D
D
dqwe932017-09-27 13:06:36
MySQL
dqwe93, 2017-09-27 13:06:36

What is the difference between cross join and inner join?

What is the difference between a cross join and an inner join if a cross join with a (where) condition gives the same result as an inner one?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rsa97, 2017-09-27
@dqwe93

https://dev.mysql.com/doc/refman/5.7/en/join.html

In MySQL, JOIN, CROSS JOIN, and INNER JOIN are syntactic equivalents (they can replace each other).

M
moh-mog-drinks, 2017-09-27
@moh-mog-drinks

There are only 3 types:

  • Outer Left
  • External law
  • All the rest are synonyms.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question