HPL/SQL is included to Apache Hive since version 2.0
HPL/SQL is included to Apache Hive since version 2.0
DESCRIBE statement allows you to print a metadata information for the specified database object.
Syntax:
DESCRIBE | DESC [TABLE] table_name
Example:
Describe src table in Hive:
desc src; -- key string default value string default
Compatibility: Oracle, IBM DB2, Hive, MySQL, MariaDB.
Version: HPL/SQL 0.3.17