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 TouchToneTommy 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: *

  • Users: Luk1
  • Content: Threads
  • Order by date
  1. Luk1

    Limiting rows

    I'm trying to figure a way to combine these 3 queries into a single one. select top 48 * from table1 where column1 = 1 select top 48 * from table1 where column1 = 2 select top 48 * from table1 where column1 = 3 Anybody know of a way that would make it possible?

Part and Inventory Search

Back
Top