How would I query nested JSON data values in SQL using json_extract()?

前端 未结 0 794
后悔当初
后悔当初 2021-01-01 02:43

Mysql version is 6.7+

Example of the column I need to get a value from below.

json_extract(goal_templates.template_data, group_concat(\'$.resources\'))

相关标签:
回答
  • 消灭零回复
提交回复
热议问题