📜  postgres 内连接与连接 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:21.946000             🧑  作者: Mango

代码示例2
They are functionally equivalent, but INNER JOIN can be a bit clearer to read, 
especially if the query has other join types (i.e. LEFT or RIGHT or CROSS) 
included in it.

https://stackoverflow.com/questions/565620/difference-between-join-and-inner-join