Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

Read JSON object in HANA

$
0
0

Hi,

     I have a CLOB column stored in a table having a JSON object. How can i read the tags and its individual values against it?

JSON example:-

 

{"employees":[

    {"firstName":"John", "lastName":"Doe"},

    {"firstName":"Anna", "lastName":"Smith"},

    {"firstName":"Peter", "lastName":"Jones"}

]}


Thanks,

Athrey


Viewing all articles
Browse latest Browse all 6412

Trending Articles