Dear Experts,
Im trying to Pass dynamic Variables to Select Statement in SAP HANA but i'm not finding a way out. Please suggest.
Ex:
select "Column A" into Table_Name from Table A where Country='XXX';
select count(*) from Table_Name;
Format looks similar to above query. The basic Idea is to Pass the value that I have stored in Table_Name Variable in to final select Statement.
Thanks