Hi all,
I am quite a new to HANA development, (and this is my first question over SCN).
I am executing a query and want some columns from the resultset copied into a temp table along with that I need a another column "UID" with unique values in that temp table so that I can work further from that tempTable, please provide me a solution for this and what would be best practice in such scenario.
eg. Select colA, colB, colC...
from TableAB
where colA = 'A1';
expecting as, TempTable with columns as 'UID' (new column), ColA(from resultset), ColC(from resultset).
Thanks in advance,
Rajat