通過 json_extract() 可以獲取json裏面value對於的值: mysql> select json_extract(field1, '$.t_key') from table1; ...
確定! 回上一頁