Hi Azeem,
There are multiple options.
- You can use Cursors and use Cursor and associated column reference similar to field symbols.
- You can use Temporary tables defined in the script
- You can use table types and associate them with the data
It depends upon what you wish to implement. Please refer to the HANA SQL script Guide and SQL Guide for more information on all the above options.
Regards,
Ravi