Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 8968

Re: Inserting Multiple Rows of Data With One Insert

$
0
0

Hi Kevin,

 

I don't think currently this feature is available in HANA, but you can use INSERT INTO .. SELECT statement for multiple rows insert.

 

May be as a work around you can use something like:

INSERT INTO ..

    (SELECT ... from dummy

     UNION

     SELECT... from dummy

     UNION

     SELECT... from dummy

      )

 

Regards,

 

Ravi


Viewing all articles
Browse latest Browse all 8968

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>