I know with MsSQL it does not support the LIMIT feature and I need to use a call like this
SELECT TOP 10 fields FROM table WHERE field = "blah"
But does anyone know if I can set a range on this? I would like to be able to as I am using the data to plot graphs.
Any help is appreciated!