The error you got is because HANA cannot handle multiple SQL statements execution in one call.
So, you would need to create different SQL query for each table import.
For reference: Multiple statements in HANA SqlScript
Regards,
Ferry
The error you got is because HANA cannot handle multiple SQL statements execution in one call.
So, you would need to create different SQL query for each table import.
For reference: Multiple statements in HANA SqlScript
Regards,
Ferry