SELECT * FROM user WHERE id IN (SELECT * FROM authentication_infos WHERE audit_state=99 ORDER BY gmt_modify DESC LIMIT 10);
user
authentication_infos
类似如下:
select * from user where user_id in(select user_id from cs_know where type=1 order by created_time desc limit 10);