I think you can achieve this only in Mysql 5.7. In version 5.7 you can do something like: SELECT JSON_EXTRACT(json_field, '$.name'); ...
確定! 回上一頁