Filtering using the JOIN instead of WHERE

前端 未结 6 1089
别那么骄傲
别那么骄傲 2021-01-11 16:49

In SQL (MSSQL, Oracle, etc., whatever), when joining tables, what is the gain from adding a filter to the JOIN statement instead of having it in the WHERE clause?

i.

6条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-11 16:57

    Nothing, except clarity and meaning. Unless you have outer joins.

提交回复
热议问题