Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Simple Json query I am having problems with

Geert01Nov 25 2021 — edited Nov 27 2021

I am new to processing json with sql.
I have a very small json document and only need to retrieve 3 fields from every 'record' in the file.
I cannot manage to get the 'numbers' 1,2,4,5 etc into the result set.
image.pngimage.pngI need the number (1) for the first record and (4) for the third record and from the 'records; I also need the name fields.
This should be pretty simple, but unfortunately not simple for me.
Any help would be very much appreciated!

This post has been answered by Solomon Yakobson on Nov 27 2021
Jump to Answer

Comments

Post Details

Added on Nov 25 2021
11 comments
129 views