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 * FROM `table_name` ORDER BY `table_name`.`column_name` DESC LIMIT 1