- 2
Using where is better than join
I always read that using where is better than join. Why?
6 Respuestas
+ 3
Can you share the resources mentioning that claim? I'm interested to read the reasonings.
+ 2
Calvin Thomas it is used in SQL to filter results.
+ 2
José Ernesto Carreño Bueno Is this about SQL? "WHERE" and "JOIN" serve different purposes. I'm not sure what could make one better or worse than the other. Maybe you can provide more context? Or a source for the claim?
+ 1
José Ernesto Carreño Bueno What's 'where'?
0
Simon Sauter I see.
0
You can use where table1.id=table2.value to join 2 tables