Writing the above query substituting JSON_EXTRACT with the -> operator, it would look like: SELECT player_and_games->'$.name' as player, ...
確定! 回上一頁