Hi ,In Dot notation ,Do we have the same functionality eg: select all the Key values just like "select * from table_name"?
@subbaraodasari5932 жыл бұрын
Is it possible to get the script you had run in sql developer during demo
@LAMERFENER2 жыл бұрын
Thanks mate you literally saved my hours.
@struggler7622 жыл бұрын
Really helpful 👍
@goldenbutter072 жыл бұрын
could you please share the script in description or in some fiddle?
@aaqibrajput44823 жыл бұрын
How can we post this data to a web api?
@abhi13026 жыл бұрын
Hi, In Array it we want to find all the elements in query is it possible? SELECT JSON_VALUE('{a:[5, 10, 15, 20]}', '$.a[0]') AS value FROM DUAL;-- this will return and will return 5 SELECT JSON_VALUE('{a:[5, 10, 15, 20]}', '$.a[*]') AS value FROM DUAL;-- this will return null if requirement is to return all element in the array is it possible 5,10,15,20
@marceloacarrasco6 жыл бұрын
Hi, Can you provide the scripts you used in the video? Thanks.
@gaminglegends51914 жыл бұрын
is there anyway to do this in oracle 10G?
@DenisOjok3 жыл бұрын
:)
@abhi13026 жыл бұрын
JSON_Object_AGG dont work with the large data in the table :( Maximum 4000
@shirinbehnam1473 Жыл бұрын
Perfect the so mush
@surendrakumar24282 жыл бұрын
HELLO PLESE EXPLAIN JSON OBJECT PASS JAVA END AND HANDLE ORACLE