User Tools

Site Tools


Sidebar

HPL/SQL is included to Apache Hive since version 2.0

drop-table

This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== DROP TABLE Statement ====== DROP TABLE statement drops a table. **Syntax**: <code language=sql> DROP TABLE [IF EXISTS] table_name </code> **Compatibility:** Oracle, Microsoft SQL Server, IBM DB2, Teradata, PostgreSQL, MySQL, Hive **Version**: HPL/SQL 0.3 See also: * [[truncate|TRUNCATE]]