Forum Moderators: open
Got myself in a little pickle, and I'm running the risk of spending far too much time trying to figure this out on my own, so I thought I'd call in the troops (you guys!).
Here's the scene...in my database I've got a HUGE list of data. Basically, I need to be able to return the records between rows/records #5 and #10 (for example) with an sql (MS server 2000) query. I know in MYSQL you can use LIMIT x,y, which would be perfect for what I need, but I get the impression this isn't used in MSSQL? Maybe I'm wrong...but has anyone got any suggestions? I've thought about using TOP x, but that kinda defeats the object of what I need...I can only return the records I want.
I know this may seem a strange way to so something, but it's an odd solution to an odd problem!
Any help would be greatly appreciated...if anyone needs any further details please feel free to ask!
Cheers,
B