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
get-wmiobject error - Powershell
Cisco 2950 Vlan for Voice
How do I charge for a job?
Virtual Disk 0 degraded Perc 5i integrated
insert record and check for existing email address
VMware FT for Intel Xeon 5650 Chipset on Dell R610
How to notify the moderator of new posts?
IE8 Submit Form with [Enter] Key, not functioning properly
Virtualizing SQL
Why won't Exchange Transport service start in Exchange 2007 on our SBS 2008 server ?