I would like to display query results in pages of say 20 results each.
e.g. a table with two columns, serial# and descrition, with a few thousand entries.
What would be the SQL query to find a specific serial number, and display all 20 results within the "page" that row happens to be in?
e.g say serial#=3211 is in row 64, display rows 60->79.