Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Have a requirement is that.
Loading tables:
ABC:
Load * from table_1;
BCD:
Load * from table_2;
now i want to create one variable to get the no of records loaded in the tables ABC & BCD.
LET a = NoOfRows('ABC');
LET a = NoOfRows('ABC');