DROP FOREIGN TABLE
Function
DROP FOREIGN TABLE drops a foreign table.
Precautions
DROP FOREIGN TABLE forcibly drops the specified table and the indexes depending on the table. After the table is dropped, the functions and stored procedures that need to use this table cannot be executed.
Syntax
DROP FOREIGN TABLE [ IF EXISTS ] table_name [, ...] [ CASCADE | RESTRICT ];
Parameter Description
-
Reports a notice instead of an error if the specified table does not exist.
-
Table name
Value range: an existing table name
Helpful Links
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot