Append column on table

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

  • side by side merge
  • joins or other conjunction approaches

Maybe you can share some sample data along with expected output description