Use the json_extract function: ... json_extract(my_json_field, '$.transaction.id'), json_extract(my_json_field, '$.transaction.sku') from my_table; ...
確定! 回上一頁