Temporary
Create table option
Description
Sample Source
Hive
CREATE TEMPORARY TABLE table1 (
col1 integer
);Snowflake
CREATE TEMPORARY TABLE table1 (
col1 integer
);Known Issues
Related EWIs
Last updated
Was this helpful?