Hi
I have a pervasive.sql database, and i want to select, using the sql command
only a seeral rows, lets say i want to take the 25# - 30# rows, how can i do that ?
What i found is the command TOP but its not good because its always starts
from the beginning, and i want to take lets say from the middle, from the x row to the y row.
Can i do that ?
Thanks.