DROP TABLE¶
Drop a table from the Lance catalog.
Syntax¶
Parameters¶
| Parameter | Description |
|---|---|
IF EXISTS |
Optional. Prevents error if the table does not exist. |
table_name |
Fully qualified table name: catalog.schema.table. |
Examples¶
Drop a table:
Drop a table only if it exists: