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
Not downloading Offline address book files. A server (URL) could not be located. 0X8004010F
Need Excel VBA macro code to projected next number in a row of numbers using least squares best fit
Exchange Connector Individual POP Accounts versus Catchall
Import vs. link
Is it possible to mirror two physical disks?
Dot Net IL Code to C# conversion
Why RTRIM so slow on UPDATE
Access VBA set all values of a Yes/No field to no
IE8 annoying advertising popups on double underlined links in webpages
setting month and year in jquery monthpicker plugin