最佳答案
If I have a table with a column named json_stuff
, and I have two rows with
{ "things": "stuff" }
and { "more_things": "more_stuff" }
in their json_stuff
column, what query can I make across the table to receive [ things, more_things ]
as a result?