Json – How to insert VARIANT data into a Snowflake table?
Using this table: CREATE TABLE t (i int PRIMARY KEY, j variant); I'm trying to insert some JSON object into the table, e.g. INSERT INTO t (i, j) VALUES (1, object_construct('a', 1)); However, that fails with: SQL Error [2014] [22000]:…