Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hive/LanguageManual/DDL" page has been changed by Ning Zhang: http://wiki.apache.org/hadoop/Hive/LanguageManual/DDL?action=diff&rev1=20&rev2=21 [ROW FORMAT row_format] [STORED AS file_format] [LOCATION hdfs_path] - [AS select_statement] + [AS select_statement]* data_type : primitive_type @@ -43, +43 @@ file_format: : SEQUENCEFILE | TEXTFILE + + *: this feature only available on the latest trunk or versions higher than 0.4.0. }}} CREATE TABLE creates a table with given name. An error is thrown if a table with the same name exists. You can use IF NOT EXISTS to skip the error.
