SELECT json_array_elements(data->'objects') AS data from reports WHERE ... 在 FROM 子句的横向连接中使用函数 json_array_elements() 取消JSON数组,并测试其元素 ...
確定! 回上一頁