Query to get last row was inserted in a database table

Mobile
feeds
Welcome Login | Register

Query to get last row was inserted in a database table
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » MYSQL Forums
        » » Query to get last row was inserted in a database table
Query to get last row was inserted in a database table
Post Description: query to get last row was inserted in a database table MYSQL
Post Tags:
This Post Has Been Viewed 305 Times Since Tue Oct 14, 2008 11:56 pm Author hostman with 0 replies
Query to get last row was inserted in a database table
Advertise On This Page




one of the most useful queries in mysql with php is when you wan tto query a row in your mysql database which is the last row or the last entry you just entered in a database table. well this is how you do it:


$sql = "SELECT this FROM table WHRE this=this ORDER BY userid DESC LIMIT 1";



the key is the ORDER DESC part of the query


Leave Your Comments

Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments
Share
| More
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
BBCODE:
Subscribe Feeds
Webmasters - Exchange Links With Us. Add related websites to this topic
Add Link:
Links Related to : Query to get last row was inserted in a database table

Comments and replies About Query to get last row was inserted in a database table
(0) Comments