If Not Exists
Create table option
Description
Sample Source
Hive
CREATE TABLE IF NOT EXISTS table1 (
col1 integer
);Snowflake
CREATE TABLE IF NOT EXISTS table1 (
col1 integer
); Known Issues
Related EWIs
Last updated
Was this helpful?