Re: Finding information in the last record

2003-10-29 Thread jeffrey_n_Dyke
cc: Subject: Finding information in the last record

Re: Finding information in the last record

2003-10-29 Thread Martijn Tonies
Hi Jess, > Being real new to MySQL I am having difficulty finding information on how to > retrieve data from the last record in a database. Mind you - the "last" record doesn't have to be the last record if you're running an application with multiple users. That said, the last record in any tabl

Finding information in the last record

2003-10-29 Thread Hunter, Jess
Being real new to MySQL I am having difficulty finding information on how to retrieve data from the last record in a database. I have tried using the SELECT LAST_INSERT_ID() statement but that only works on a per connection basis and doesn't help all the times. Basically I want to goto the end of