Hi,
I would like to use the HANA JSON collection but I'm upset by the "json" format
{ "name": 'Sarah', "myArray": [10, 20, 30] }
Is there a way to insert a real json with double quotations around the values in HANA in a SQL statement like this one ?
{ "name": "Sarah", "myArray": [10, 20, 30] }
Thank you