How to Join Multi Datatable(DataColumn) into One but separete Column?

  • Thread starter Thread starter AU Gridlock
  • Start date Start date
A

AU Gridlock

Guest
Hi,


I have the following 3 query statements:
sSQLSting1 = "SELECT * From Column1"
sSQLSting2 = "SELECT * From Column2"
sSQLSting3 = "SELECT * From Column3"
I want to join them all into different columns of a new datatable. Can I do that with a single query?
Thanks a lot!

Continue reading...
 
Back
Top