I have a table with a varchar2 type field in which a simil "json" like this is saved:
json data{
first:one
second:two
}
the string "json" present in the example above is also saved in the field.
I need a query that brings out the values "one", "two". Could you help me?
In Oracle this sql statement with table and data field:
Thank you