i have a data table ‘A’ in a data set with data and i need to get data to another data table ‘B’ from the data table ‘A’ without the first column of the data table ‘A’
basically i need to drop the first column of the data table and merge it to the second data table.
but this should be done using a single line.
does anybody knows how to do this ???
Thanks…
Try this:
or