If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > INNER Join = Join = CROSS Join=,

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-13-08, 12:25
cy163 cy163 is offline
Registered User
 
Join Date: Apr 2007
Posts: 127
INNER Join = Join = CROSS Join=,

I wonder if the following 'JOINs' are equal to each other in MySQL

(1) INNER JOIN
(2)JOIN
(3) CROSS JOIN
(4) ,
Reply With Quote
  #2 (permalink)  
Old 10-13-08, 12:41
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Inner Join = Join
Cross Join <> Join
__________________
George
Twitter | Blog
Reply With Quote
  #3 (permalink)  
Old 10-13-08, 14:24
dportas dportas is offline
Registered User
 
Join Date: Dec 2007
Location: London, UK
Posts: 732
CROSS JOIN means the same as ,
INNER JOIN means the same as JOIN
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On