Using the JSON_TABLE function we can return the data within the JSON array in a relational form. SELECT jd.* FROM json_data, JSON_TABLE( ...
確定! 回上一頁