Microsoft
Software
Hardware
Network
Question : SQL Syntax for SELECT TOP 25 PERCENT, SELECT NEXT 35%, SELECT NEXT 15%, etc...
What's the most efficient way to do this. I know I can use
SELECT TOP 25 PERCENT * and then DELETE TOP 25 PERCENT * and then SELECT TOP 35 PERCENT * and so on.
Is there a more direct way? Thanks!
Answer : SQL Syntax for SELECT TOP 25 PERCENT, SELECT NEXT 35%, SELECT NEXT 15%, etc...
you can do this
select top :end percent * from mytable
minus
select top :start percent * from mytable
to find data between end & start (say %25 and %50)
Random Solutions
How to watch netflix on google chrome on OS X?
E72 - How to make email work without activating data services?
How to see the ESXi version
better way to retreive a value for the last entry in a table
How to check and clear Attention LED
Upgrade PHP to 5.3 version (or 5.2 eventually) on Plesk 9.5.2
download file with as3
Import vs. link
Disable Wireless adapters when Laptops are connected to LAN
Why are Win 7 clients dropping connections, event 4634, laggy network, freezing clients