ALTER FOREIGN TABLE (for GDS)

Function

ALTER FOREIGN TABLE modifies a foreign table.

Precautions

None

Syntax

Parameter Description

Examples

Modify the customer_ft attribute of the foreign table. Delete the mode option.

1
ALTER FOREIGN TABLE customer_ft options(drop mode);

Helpful Links

CREATE FOREIGN TABLE (for GDS Import and Export), DROP FOREIGN TABLE