MySQL - Select the last inserted row easiest way

Posted by Tomas on Stack Overflow See other posts from Stack Overflow or by Tomas
Published on 2010-05-05T04:22:49Z Indexed on 2010/05/05 4:28 UTC
Read the original article Hit count: 207

Filed under:
|

Hi, I would need simply select the last entered row specified by condition,e.g:

SELECT ID from bugs WHERE user=Me

I need to return only the very last ID entered by user 'Me'. Is there any simple way? Thank you

© Stack Overflow or respective owner

Related posts about mysql

Related posts about select