I simply need to select the last entered row specified by condition, e.g:
SELECT ID from bugs WHERE user=Me
I need to return only the very
SELECT MAX(ID) from bugs WHERE user=Me