(row number not stored in db)
------------------------
| | A | | (1)
------------------------
| | B | | (2)
------------------------
| | C | | (3)
------------------------ -----Page 1
| | D | | (4)
------------------------
| | E | | (5)
------------------------
| | F | | (6)
------------------------ -----Page 2
| | F | | (7)
------------------------
| | F | | (8)
------------------------
| | G | | (9) -----Page 3
i.e. a search for "F" would return 6.
Thank You.
trying to do the firstr part of this: http://stackoverflow.com/questions/3579586/how-do-i-query-a-sql-database-to-return-the-first-page-containing-the-specified
Found these:
sequential row numbers from query