cancel
Showing results for 
Search instead for 
Did you mean: 

Inserting Multiple Rows of Data With One Insert in 2018

Former Member
0 Kudos

Hi, the same question as at https://archive.sap.com/discussions/thread/3326630
Can you describe please how to insert many values for one insert?
What possible ways are exist (batch with csv, stream or something)
Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

chunhui
Explorer
0 Kudos

You will have to use HANAClient to perform bulk load programmatically. You can't do it directly through HANA SQL in HDBStudio.

For example, you can write a simple program in C# or Java with HANAClient.

lbreddemann
Active Contributor
0 Kudos

The discussion you referenced represents the current state for INSERT commands.