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
CBT for lotus notes 8.5 and sametime 8.5
SQL Server Script to Backup Database
2008 query in 2000
how to use Scriptomatic V2
Unable to Save files in my C drive
How to select all child DIVs except where class=...
How to get past login page strRequestHTML Post
How secure is an HTTP XML Request?
Configuring QoS on Linksys Cisco IP VOIP phone system through residential ADSL2
Custom Shortcut Menus in MS Access 2007