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=21&rev2=22 [ROW FORMAT row_format] [STORED AS file_format] [LOCATION hdfs_path] - [AS select_statement]* + [AS select_statement] (Note: this feature is only available on the latest trunk or versions higher than 0.4.0.) data_type : primitive_type @@ -44, +44 @@ : 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.
