Location
Create table option
Description
Sample Source
Hive
CREATE TABLE table1 (
col1 STRING
)
LOCATION '/tmp/test/';Snowflake
CREATE TABLE table1 (
col1 STRING
)
----** MSC-ERROR - MSC-HVXXXX - THE CREATE TABLE LOCATION CLAUSE IS NOT SUPPORTED IN SNOWFLAKE.. **
--LOCATION '/tmp/test/';Known Issues
Related EWIs
Last updated
Was this helpful?