Re: How to select the Last row from a table..using Mysql
Just check out this for getting last updated row
<URL SNIPPED>
Last edited by peter_budo; Nov 8th, 2009 at 4:39 am. Reason: Keep It On The Site - Posts must contain actual content and substance and cannot simply be external links.
Re: How to select the Last row from a table..using Mysql
You can use maxdb_insert_id() For the
Getting last record from table..
Ashish Patel
Last edited by Ezzaral; Jan 26th, 2011 at 4:09 pm. Reason: Snipped "fake sig" link. Please restrict such links to your site-wide user signature, which can be edited from the user control panel.
Re: How to select the Last row from a table..using Mysql
SELECT * FROM Person ORDER BY PersonID DESC LIMIT 1
Ashish Patel
Last edited by Ezzaral; Jan 26th, 2011 at 4:10 pm. Reason: Snipped "fake sig" link. Please restrict such links to your site-wide user signature, which can be edited from the user control panel.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.