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
ephone is registed but does not work
Best way to configure Syncback with a USB hard drive rotation
Citrix Online Plugin 12 Deployment - Reconnection options
Office 2003 Clip Art not working
Server security analysis to determine patch level
Import Word Doc with Line Numbers into Access
Hard drives out of a raid are not recognized
ISAPI REWRITE PROBLEM. Getting a 500 internal server error. Need help figuring out why?
Need to monitor specific events in SCOM 2007 R2
Customize Outlook Today by Adding Public Calendar