主题
仲灏·2022-11-16·约 1 分钟
select * from T1, T2 where T1.userid = T2.userid
select * from T1 inner join T2 on T1.userid = T2.userid