* Fabien Penso
[...]
> Not that large, I got about 8.000 records in each table. I did put the
> body out from the news table, so the news table could be small, and
> news_body which I don't request all the time would be the bigger one.

from your original post:

.... FROM news_body,news,....

Try ... FROM news, news_body,....

-- 
Roger
sql

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to