The problem is that JSON_EXTRACT will return values as an array. See this example output: mysql> SELECT * FROM my_table; ...
確定! 回上一頁