MySQL中,join,cross join,inner join 是等价的。
使用on关键字来设定连接条件,也可使用where来代替。
通常使用on关键字来设定连接条件,
使用where关键字来进行结果集记录的过滤。