Hi,
Got a table dtTableA with columns 0-5, and table dtTableB with column 0.
Would like dtTableB to be added as column 6 in dtTableA.
Is there any easy solution for this?
Hi,
Got a table dtTableA with columns 0-5, and table dtTableB with column 0.
Would like dtTableB to be added as column 6 in dtTableA.
Is there any easy solution for this?
doing it on structure Level - merge Datatable with the cloned TableB
Along with its data
Maybe you can share some sample data along with expected output description