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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.