got an error in PhpMyAdmin for this syntax but no error message displayed,
could someone help me that's the first time i run such inner joins on an
other DDB than Ms SQL ...

Here's the Query :

SELECT informations.titre, informations.Texte FROM informations INNER JOIN
recurrence_informations ON recurrence_informations.id_informations =
informations.id INNER JOIN recurrence ON recurrence.id =
recurrence_informations.id_recurrence INNER JOIN type ON type.id_type =
recurrence.type WHERE type.nom_type = 'liens' LIMIT 6


TIA



---------------------------------------------------------------------
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