View Single Post
Join Date: Aug 2008
Posts: 1,158
Reputation: dickersonka will become famous soon enough dickersonka will become famous soon enough 
Solved Threads: 136
dickersonka dickersonka is offline Offline
Veteran Poster

Re: Converting queries from MySQL 4 to MySQL 5

 
0
  #4
Dec 1st, 2008
lol easiest way to explain it is be specific

  1. FROM table1, table2 JOIN table3 on id = table3.id

who knows what that means

now this
  1. FROM table1 INNER JOIN table2 on table1.id = table2.id
  2. INNER JOIN table 3 on table3.id = table2.id

looks much clearer at least to me
Custom Application & Software Development
www.houseshark.net
Reply With Quote