Was this helpful?
Drop Statement
Destroys one or more tables, indexes, or views.
Note:  This statement has additional considerations when used in a distributed environment. For more information, see the Ingres Star User Guide.
Syntax:
drop [object_type] [schema.]object_name {, [schema.]object_name};
DROP TABLE IF EXISTS tablename
Last modified date: 12/20/2023