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
Outlook 2007/Mozilla Thunderbird Cannot Connect to Email Server
Exchange 2010 Delegate Distribution List Permissions
troubles getting BETWEEN logic to work
Virtual Memory
Column border style problem
Export Access 2010 Report to CSV with Headers?
Sharepoint Survey: Clicked 'No' to 'Show user names while creating the survey! Is there a way to turn the feature back on to see the names again?
error when calling php/xml file in browser
String manipulation - SLB FP Equity --> SLBP.PA
run excel and run the enable auto refresh