Hello everyone I have extract problem in hana database. In our system, there is a calculation view that I use in Hana and I want to export the result when I run this query in Eclipse.
I did research and saw functions like "extract into", but I think it extract data from the whole system and gives it in different formats.
Firstly I changed the default display result rule which is 1000 lines to 1 million rows. However, my query results returns around 900 thousand lines and when I try right click and export result, the system crashes.
I don't want to export the whole structure from database. We only need excel of some results with some conditions.
Is there any other way to do this?