left join and 和 where and 的区别
2020-06-10 本文已影响0人
世界待你如此好
问:left join on后and连接和where后用and连接
答:left join左连接,左表所有数据拼接右表符合on条件的数据。on后用and连接都作为on条件
where后加and作为筛选条件
问:left join on后and连接和where后用and连接
答:left join左连接,左表所有数据拼接右表符合on条件的数据。on后用and连接都作为on条件
where后加and作为筛选条件