Viewing post 1 (of 1 total)
antonio.collins (3/7/2008)
select A.username, A.id
from your_table as A
join (select username, max(id) as max_id
from your_table...
March 9, 2008 at 10:39 pm
#787198