alter table

Server class ASEnterprise

Component Integration Services forwards the following syntax to a server configured as class ASEnterprise:

alter table [database.[owner].]table_name 
	{add column_name datatype [{identity | null}]
       {[, next_column]}...}
	| [drop column_name [, column_name]}
	| modify column_name [data_type] [NULL] | 
		[not null]] [, column_name]}

Server class ASAnywhere

Handling of alter table by servers in this class is the same as for ASEnterprise servers.

Server class ASIQ

Server class direct_connect

Useage

When the server receives the alter table command, it passes the command to an appropriate access method if:

alter table is passed to remote servers as a language request.

See also

alter table in the Reference Manual