1、预先准备好数据库,创建库表一t_user用户表。
3、表连接的时候使用【表A inner join 表B on 关联条件】进行关联。
5、inner join本质就是join,使用join运行效果与inner join一样。