Re: JSON NULL handling
Posted by: Doeyull Kim
Date: January 03, 2019 08:28PM

it does properly handle the case when the it extracts the string value 'NULL' because json_type() function is used.

if the string value 'NULL' is the input of json_type(), return will be 'STRING'.

but I agree with you (The combination of JSON_EXTRACT & JSON_UNQUOTE is actually a weird one) :)

Options: ReplyQuote


Subject
Views
Written By
Posted
13956
October 29, 2018 06:54PM
3040
January 03, 2019 02:54AM
2403
January 03, 2019 07:24AM
Re: JSON NULL handling
2080
January 03, 2019 08:28PM


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.