Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
how to assign all fields from a table to a single Variable.
Ex:
Load $(Variablename)
from....abc.;
can anyone help me out.
Thanks in advance!!!
Regards,
Rathnam.
Try this,
Let var = 'Country,Metric,Age';
test:
LOAD $(var)
FROM test.xlsx;