DROP TABLE#
Примечание
Ниже приведена оригинальная документация Trino. Скоро мы ее переведем на русский язык и дополним полезными примерами.
Синтаксис#
Описание#
Drops an existing table.
The optional IF EXISTS
clause causes the error to be suppressed if
the table does not exist.
Примеры#
Drop the table orders_by_date
:
Drop the table orders_by_date
if it exists: