How to select in Sybase data between rows, e.g.: from row 100 to row 150
TOP 50
will give me from 0 to 50, but I want from 100 to 150.
This link shows for Oracle and MySQL, but not for sybase.
The @@rowcount
will specify the count, or am I wrong?