Hi Appleby,
What we created is a generic procedure to load data into hana.
So to make it generic, we kept the Table names as input parameter. And since SELECT * FROM TABLE is not good for the performance we wanted to give SELECT <Column List> FROM TABLE.
To get this <Column list> we were using cursors to read and frame the SQL statement dynamically.
So is there any way to eliminate the use of cursors like this?
Did you get the context of my doubt .. of what am trying to explain here?
Regards,
Krishna Tangudu