RE: finding a record within a sort order

2006-04-20 Thread Nicolas Verhaeghe
2:01 PM To: mysql@lists.mysql.com Subject: finding a record within a sort order I have a table with a large number of rows. I have the primary key for a record within the table. The record I'm looking for looks like this: +++---+

finding a record within a sort order

2006-04-20 Thread Adam Wolff
I have a table with a large number of rows. I have the primary key for a record within the table. The record I'm looking for looks like this: +++---+ | id | fullname | email | +++