select json_array_elements(cont -> 'lv_num_json') from student; ... 中嵌套着json文件,json文件再嵌套着数组,甚至是多层,需要借助json_array_elements来拆分
確定! 回上一頁