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
Unable to open PDF's in Outlook 2007, ""There was an error opening this document. This file cannot be found."
Submit form to external action file and redirect page on one submit button
.net Click Once With Silent Install
How can I create a list from a starting number and ending number in Excel?
What is Overloading?
Load a BLANK/EMPTY tree and list view in form
What is the DOS path for Windows 7 My Documents?
Delete user from Bes Express but system still thinks they are in the database
ESXi 4: Understanding resxtop Output on Disk Performance
Connect database created from Sharepoint 2010 beta in SharePoint 2010 RTM.