main
Contents
Quick start
Concepts
For DevOps
For Developers
For Security Engineers
For Contributors
Reference
YQL
Overview
Data types
Syntax
Overview
Lexical structure
Expressions
ACTION
ALTER ASYNC REPLICATION
ALTER GROUP
ALTER TABLE
ALTER VIEW
ALTER TOPIC
ALTER USER
ANALYZE
CREATE ASYNC REPLICATION
CREATE GROUP
CREATE OBJECT TYPE SECRET
CREATE TABLE
CREATE VIEW
CREATE TOPIC
CREATE USER
COMMIT
DECLARE
DELETE
DISCARD
DROP ASYNC REPLICATION
DROP GROUP
DROP TABLE
DROP VIEW
DROP USER
GROUP BY
FLATTEN
INSERT
INTO RESULT
JOIN
PRAGMA
REPLACE
SELECT
UPDATE
UPSERT
VALUES
WINDOW
Unsupported statements
Built-in functions
Query plans
Compatibility with PostgreSQL
Embedded UI
Integrations
YDB CLI
YDB Native SDK
Languages and APIs
Kafka API
Configuration
Observability
YDB DStool
ydbops
Recipes
Questions and answers
Public materials
Downloads
Changelog
DROP TABLE
Reference
YQL
Syntax
DROP TABLE
DROP TABLE
Deletes the specified table.
If there is no such table, an error is returned.
Examples
DROP
TABLE
my_table;
Was the article helpful?
Yes
No
Previous
DROP GROUP
Next
DROP VIEW