JSON_CONTAINS_PATH (json_doc, one_or_all, path[, path] …) 檢查路徑是否存在. select JSON_CONTAINS_PATH('{“a”:1,”b”:1}', 'one','$.a','$.c')
確定! 回上一頁