Select * from table1 and table2

- Select * from table1 table2 in sql
- Select * from table1 table2 vs join
- Select * from table1 table2 is equivalent to
- Select * from table1 table2
- Select * from table1 join table2
- Select * from table1 union table2
- Select * from table1 inner join table2
- Select * from table1 cross join table2
- Select * from table1 insert into table2
- Select * from table1 into table2