I decided to see what JSON_EXTRACT was returning: mysql> SELECT JSON_UNQUOTE(JSON_EXTRACT(my_column, '$.my_value')) from my_table; ...
確定! 回上一頁