Skip to content

SQL

需要梳理清楚SQL背后的集合运算:

1、笛卡尔积

select * from table1, table2

2、集合交集、并集

select * from table1 join table2