In TSQL we can declare table variables
for eg : declare temp table(@a integer,@b varchar(20))
what is the equivalent of this statement in hana????
In TSQL we can declare table variables
for eg : declare temp table(@a integer,@b varchar(20))
what is the equivalent of this statement in hana????