Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 777555

    how to improve union performance?

    Hello, I have a query which needs to return thousands rows from a multiple union sql statements, like the following: select col1, col2, col3 from table1 where ... union select col1, col2, col3 from table2 where ... union select col1, col2, col3 from table3 where ... The three tables have the...

Part and Inventory Search

Back
Top