mparker1113
01-22-2007, 01:31 AM
Hi,
I have two temp tables that i create. each has the same exact fields. I would like to do a select which combines these seamlessly into one table.
Is that possible?
I tried select tbl1.*, tbl2.* from table as tbl1, table2 as tbl2, but it just appended the results from table 2 to the end of the tbl 1 results.
I would like for them to exist in one table under the same field names.
(much thanks for input)
I have two temp tables that i create. each has the same exact fields. I would like to do a select which combines these seamlessly into one table.
Is that possible?
I tried select tbl1.*, tbl2.* from table as tbl1, table2 as tbl2, but it just appended the results from table 2 to the end of the tbl 1 results.
I would like for them to exist in one table under the same field names.
(much thanks for input)