I have a JSON column and i am using the following syntax...
INSERT INTO myTable (myJSONColumn) VALUES (["test1", "test2", "test3"])
Every resource i can find seems to say the above should be correct. What am i missing?
I have a JSON column and i am using the following syntax...
INSERT INTO myTable (myJSONColumn) VALUES (["test1", "test2", "test3"])
Every resource i can find seems to say the above should be correct. What am i missing?