Log in

View Full Version : How best to use the JOIN command in MySQL



kuau
02-08-2010, 03:47 AM
Removed

debrah.h48
02-10-2010, 09:31 AM
In MySQL, CROSS JOIN is a syntactic equivalent to INNER JOIN (they can replace each other). In standard SQL, they are not equivalent. INNER JOIN is used with an ON clause, CROSS JOIN is used otherwise.

For more information visit http://dev.mysql.com/doc/refman/5.0/en/join.html