SQL Statements and Extensions for the Salesforce Driver : Alter Table : Altering a Remote Table

Altering a Remote Table
Syntax
ALTER TABLE table_name[add_clause]
[drop_clause]
where:
table_name
Specifies an existing remote table.
add_clause
Specifies a column or a foreign key constraint to be added to the table. See Add Clause: Columns and Add Clause: Constraints for a complete explanation.
drop_clause
Specifies a column to be dropped from the table. See Drop Clause: Columns for a complete explanation.
Notes
Add Clause: Columns
Add Clause: Constraints
Drop Clause: Columns

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.