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...
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...