skip to main content
Supported SQL Statements and Extensions : Alter Table
  

Try DataDirect Drivers Now

Alter Table

Purpose

The Alter Table statement adds or removes a column. The table being altered can be either a remote or local table. A remote table is a Salesforce object and is exposed in the SFORCE schema. A local table is maintained by the driver and is local to the machine on which the driver is running. A local table is exposed in the PUBLIC schema.
*For information on altering a remote table, see "Altering a Remote Table."
*For information on altering a local table, see "Altering a Local Table."
* Altering a Remote Table
* Altering a Local Table