Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
Is it possible to change change a variable name and use it in the same load statement or I need to use resident load?
Example:
Load A,
B as E,
C as D,
E&D as F
from excel;
Thanks,
Load A,
B as E,
C as D,
B & C as F
from excel;