User Tools

Site Tools


Sidebar

**HPL/SQL is included to Apache Hive since version 2.0** * [[home|Home]]\\ * [[why|Why HPL/SQL]]\\ * [[features|Key Features]]\\ * [[start|Get Started]]\\ * [[doc|HPL/SQL Reference]]\\ * [[download|Download]]\\ * [[new|What's New]]\\ * [[about|About]]

describe

This is an old revision of the document!


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

====== DESCRIBE Statement ====== DESCRIBE statement allows you to print a metadata information for the specified database object. **Syntax**: <code language=sql> DESCRIBE | DESC [TABLE] table_name </code> **Example**: Describe //src// table in Hive: <code language=sql> desc src; -- key string default value string default </code> **Compatibility:** Oracle, IBM DB2, Hive **Version:** HPL/SQL 0.3.17