Stored As
Create table option
Description
Sample Source
Hive
CREATE TABLE table1 (
col1 STRING
)
STORED AS TEXTFILE;Snowflake
CREATE TABLE table1 (
col1 STRING
)
----** MSC-HVXXXX: THE STORED AS CLAUSE IS NOT SUPPORTED IN SNOWFLAKE.
--STORED AS TEXTFILE;Known Issues
Related EWIs
Last updated
Was this helpful?