Casting from a standalone NULL will produce a SQL NULL instead of JSON 'null' ... SELECT CAST(JSON '"abc"' AS VARCHAR); -- 'abc' (the double quote is gone) ...
確定! 回上一頁