What's behind placing condition in left join

前端 未结 0 1032
日久生厌
日久生厌 2020-12-17 15:15

I have 2 similar select statements which return different amount of rows.

SELECT #1:

select count(*) from table_1 a
left join table_2 b
on a.column_1 =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题