Will this work? Or do I need to do it someother way?
Code: Select all
SELECT * FROM Logs WHERE id > MAX(id)-7 ORDER BY date_enteredI know its stupid, and there has to be an easier way to do this,
but I am very tired and not thinking quite straight.
Thanks