Hi Yves,

http://www.mysql.com/doc/en/JOIN.html

table_reference [INNER | CROSS] JOIN table_reference [join_condition]

The [ ... ] means that "INNER" is optional -- in MySQL at least, not
sure about the SQL standard.


Hope that helps.


Matt


----- Original Message -----
From: "Yves Goergen"
Sent: Wednesday, November 19, 2003 8:12 AM
Subject: JOIN vs INNER JOIN?


> Can someone tell me the difference between a JOIN and an INNER JOIN of
two
> tables, please? I can't find the "JOIN" alone documented in the MySQL
> manual.
>
> --
> Yves Goergen
> [EMAIL PROTECTED]
> Please don't CC me (causes double mails)


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to