LucidDbDropTable

From LucidDB Wiki
Jump to: navigation, search

Syntax

DROP TABLE qualified-table-name [ CASCADE | RESTRICT ]

Example

DROP TABLE employee_dimension CASCADE;
Product Documentation