---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ytsaurus.tech/docs/en/yql/syntax/drop_table.md
  - https://ytsaurus.tech/docs/ru/yql/syntax/drop_table.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ytsaurus.tech/docs/en/llms.txt

# DROP TABLE

Deletes the specified table.  Search for the table by name in the database specified by the [USE](https://ytsaurus.tech/docs/en/yql/syntax/use.md) operator.

If there is no such table, an error is returned.

### Examples

```yql
DROP TABLE my_table;
```


