Targetting elements of an array that are JSON data type?

Hey everyone,
I'm currently stuck at this problem which is say I have the following table created:
CREATE TABLE employees(data JSON);
INSERT INTO employees(data) VALUES […]

See original post by invalid@example.com (gregnb)

Leave a Reply