SyntaxFix
Write A Post
Hire A Developer
Questions
Something like this:
select * from User U1 where time_stamp = ( select max(time_stamp) from User where username = U1.username)
should do it.