yesss, i got the solution from Vladislav Shulgin --> thanx very much...

he wrote:
 > Try this:
 > select pilote.name from pilote, flight flight, flight flight1
 > where
 > flight.id_pilote=pilote.id and
 > flight1.id_pilote=pilote.id and
 > fligth.id_flight=1 and
 > fligth1.id_flight=3



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