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
Caml Query on Item versiion History
VBA function works on Excel 2007 file locally but not when in SharePoint 2007
Unable to open Excel files...recieving error " Repairs to PDFMaker.xla
RDP on 80
Server security analysis to determine patch level
Particular calendar items will not sync from iPhone to Outlook via Exchange
passing variable from client to webservice procedure
How to change pass AD with WSS 3.0?
cant pass list
htaccess Partial Query String Rewrite