select * from T1, T2 where T1.userid = T2.userid
select * from T1 inner join T2 on T1.userid = T2.userid
← mysql三值运算 https 配置→