select c.content from sixin as c where c.tid = a.user_id order by ctime desc limit 0,1 ) as content, ( select c.status from sixin as c where c.tid = a.user_id order by ctime desc limit 0,1 ) as status
from users as a, sixin as b where a.user_id = b.tid group by a.user_id