cc:
Subject: Finding information in the
last record
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
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