I need to insert just 1 row of default values into a Snowflake table. I know the following command works on other types of databases:
INSERT INTO my_table DEFAULT VALUES
Is there an equivalent in Snowflake?
I need to insert just 1 row of default values into a Snowflake table. I know the following command works on other types of databases:
INSERT INTO my_table DEFAULT VALUES
Is there an equivalent in Snowflake?