If you want to parse the parsed json in SQL, you need to add the json_unquote function to remove the escape character: select json_unquote(json_extract( ...
確定! 回上一頁