Select * from table1 table2

- Select * from table1 table2 vs join
- Select * from table1 table2 in sql
- Select * from table1 table2 is equivalent to
- 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 where table1.id = table2.id
- Create table table2 select * from table1
- Select * from table1 into table2
- Select * into table1 from table2 where 1=0
- Select * into table1 from table2 in sql server