SyntaxFix
Write A Post
Hire A Developer
Questions
Another way that doesn't use group by:
SELECT * FROM tblpm n WHERE date_updated=(SELECT date_updated FROM tblpm n ORDER BY date_updated desc LIMIT 1)