使用JSON_CONTAINS_PATH函数检查address. line1是否存在 select json_contains_path(data, 'one', "$.line_id") from json_test_index limit 3;. 在这里插入图片描述.
確定! 回上一頁