Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Inquiry about joining tables

$
0
0
Hi All,
Is there any difference between joining tables using inner join or specifying the join conditions after the where clause.
Example:
select column1,column2 from table1 inner join table2 on table1.field1 = table2.field2
versus
sel

Viewing all articles
Browse latest Browse all 3145

Trending Articles