User Tools

Site Tools


Sidebar

HPL/SQL is included to Apache Hive since version 2.0

truncate

This is an old revision of the document!


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

====== TRUNCATE TABLE Statement - HPL/SQL ====== TRUNCATE TABLE statement removes all rows in the specified table. **Syntax**: <code language=sql> TRUNCATE [TABLE] table_name </code> **Example:* Remove all rows in //users2015// table: <code language=sql> truncate table users2015; </code> **Compatibility:** Oracle, Microsoft SQL Server, IBM DB2, MySQL, Hive **Version**: HPL/SQL 0.3.17 See also: * [[drop-table|DROP TABLE]]