| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Ow Mun Heng | Date: | October 12 2006 2:23am |
| Subject: | Re: moving to other web server | ||
| View as plain text | |||
On Wed, 2006-10-11 at 13:12 -0500, Peter Brawley wrote: > >Still don't get it > Did you read the section of that manual page headed "Join processing > changes in MySQL 5.0.12"? It explains why and how to rewrite all such > queries using explicit JOIN ... ON | USING syntax. > This works in 4.x but not in 5.x FROM ibf_forums f, ibf_categories c This will work in 5.x (and 4.x) I Presume FROM ibf_forums f, JOIN ibf_categories c [on ....]
| Thread | ||
|---|---|---|
| • moving to other web server | afan | 11 Oct |
| • Re: moving to other web server | Anders Lundgren | 11 Oct |
| • Re: moving to other web server | afan | 11 Oct |
| • Re: moving to other web server | Peter Brawley | 11 Oct |
| • Re: moving to other web server | Ow Mun Heng | 12 Oct |
