Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,st
I want to combine the data from the second field into the first field,
please check the images below i need second image as output data.
Thanks
@Sunil_26 Please see below:
NoConcatenateTemp:Load * Inline [Content, DataMy name is, XYZMy country is, AUSMy Region is, Sydney];
NoConcatenateTemp1:Load Content&' '& Data as ContentResident Temp;
Drop table Temp;
Exit Script