MySQL - Select the last inserted row easiest way
- by Tomas
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