Skip to Content
1
Jun 21, 2019 at 07:33 AM

Multiple Row Insert into HANA

7361 Views

I'm trying to insert more than a single row into a table I have in HANA.

insert into TABLE ("NAME", "VALUE") values ('hi', 1), ('test', 42)

... is not working.

Any workarounds to this?

Thanks!