Re: JSON_ARRAY_APPEND adding escape slash
By "Query Editor" you mean the WorkBench Query Editor? I get single backslashes. Same from MySQL client program.
Of WB,
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-results.html says ...
"Note
It is possible to enter a function, or other expression, into a field. Use the prefix \func to prevent MySQL Workbench from escaping quotation marks. For example, for the expression md5('fred'), MySQL Workbench normally would generate the code md5(\'fred\'). To prevent this, enter the expression as \func md5('fred') to ensure that the quoting is not escaped."
Subject
Views
Written By
Posted
1884
August 21, 2022 04:40AM
Re: JSON_ARRAY_APPEND adding escape slash
1052
August 21, 2022 04:39PM
630
August 21, 2022 05:19PM
577
August 21, 2022 07:01PM
574
August 21, 2022 09:30PM
567
August 21, 2022 09:46PM
541
August 21, 2022 10:35PM
945
August 21, 2022 10:53PM
1146
August 21, 2022 10:59PM
656
August 21, 2022 11:05PM
683
August 21, 2022 11:37PM
627
August 22, 2022 09:47AM
966
August 22, 2022 11:04PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.