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
Format Issues with DIV and CSS in IE
Icons and Start menu disappeared from desktop, running Windows 7 Home Edition on a Dell
Access Report - Where Condition
setting SMTP server - please see attached file - it is not working
iphone sees wifi network but password incorrect
Group Policy not applying to XP Machines
Advice on Gbic switches for major network installation
Help needed to choose create automated process for data feed FTP upload
Unable to retrieve rootDSE of ldap server
How to open new pdf window using struts ?