Closed emptyOVO closed 1 month ago
This function returns a JSON string containing the serialized value. If the value is NULL, the function returns NULL.
-- NULL JSON_STRING(NULL) -- '1' JSON_STRING(1) -- 'true' JSON_STRING(TRUE) -- '"Hello, World!"' JSON_STRING('Hello, World!')
this issue function implement as same as #11217 JSON_QUOTE() function so will be finished in #11217
Description
This function returns a JSON string containing the serialized value. If the value is NULL, the function returns NULL.
Use case
Are you willing to submit PR?
Code of Conduct