Freelancers Forum Messages on Tuesday August 22nd 2006
Re: FN-FORUM: MySQL Help needed with query
date posted 22nd August 2006 13:16
On Tuesday 22 Aug 2006 1:02 pm, D D Glendinning wrote:
> (c.DestinationAirportID =3D s.id AND (s.CountryID =3D '5' OR s.CountryI=
D =3D
> '6' OR s.CountryID =3D '4' OR s.CountryID =3D '8'))=20
How d...
Re: FN-FORUM: MySQL Help needed with query
date posted 22nd August 2006 13:06
On Tuesday 22 August 2006 13:02, D D Glendinning wrote:
>
> $Query = "SELECT c.* from DCFlight c, DCAirport p, DCAirport s WHERE
> (c.DepartureAirportID = p.id AND p.CountryID = '7') AND
> (c.Destinat...
FN-FORUM: MySQL Help needed with query
date posted 22nd August 2006 12:50
Morning/Afternoon all!
Right, i have this query:
$Query = "SELECT c.* from DCFlight c, DCAirport p, DCAirport s WHERE
(c.DepartureAirportID = p.id AND p.CountryID = '7') AND
(c.DestinationAirportID...