Skip to Content
0
Jun 23, 2020 at 07:45 AM

Json collection - format / Single quotation marks

181 Views

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