INSERT Statement Extension
Translation reference to convert Oracle INSERT Statement Extension to Snowflake Scripting
Description
Recommendations
CREATE TABLE numbers_table(num integer, word varchar2(20));CREATE OR REPLACE TABLE PUBLIC.numbers_table (num integer,
word VARCHAR(20));INSERT Statement Extension simple case
Oracle
Snowflake Scripting
Known Issues
1. Records are not supported by Snowflake Scripting
Related EWIs
Last updated
