sql - INNER JOIN Where Clause -


this question has answer here:

is there difference between doing like

select *  table1 inner join table2 on table2.objectid = table1.table2objectid  table2.value = 'foo' 

vs

select *  table1 inner join table2  on table2.objectid = table1.table2objectid , table2.value = 'foo' 

not inner join. outer join placement make difference.


Comments

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -