jestrada101
Technical User
- Mar 28, 2003
- 332
Would it be quicker to return data by specifying a UNION like the following, or should I include all columns?
select * from tableA
union
select * from tableB
Thanks for any info.
JE
select * from tableA
union
select * from tableB
Thanks for any info.
JE