Re: JSON_ARRAY_APPEND adding escape slash
The example I have already posted.
SELECT @j, @a
@j, the values aren't backslashed.
@a. The first half aren't backslashed.
It is only when @j is appended to @i that the backslashes are added.
JSON_ARRAY_APPEND(@i, '$', @j)
Why would a JSON function (system function) add backslashes?
Subject
Views
Written By
Posted
1868
August 21, 2022 04:40AM
985
August 21, 2022 04:39PM
623
August 21, 2022 05:19PM
564
August 21, 2022 07:01PM
564
August 21, 2022 09:30PM
560
August 21, 2022 09:46PM
531
August 21, 2022 10:35PM
Re: JSON_ARRAY_APPEND adding escape slash
875
August 21, 2022 10:53PM
1065
August 21, 2022 10:59PM
644
August 21, 2022 11:05PM
673
August 21, 2022 11:37PM
619
August 22, 2022 09:47AM
903
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.