hi there,
I have an airport table like this:
************
airports
------------
air_id
air_code
air_name
***********
and a flight table:
************
flight
------------
fl_id
fl_code
fl_depart_airport_id
fl_arrive_airport_id
***********
i need the select statement to get names for departure and arrivel airports. something like this:
***********************
fl_code
departure_airport_name
arrival_airport_name
***********************
any help much appreciated
I have an airport table like this:
************
airports
------------
air_id
air_code
air_name
***********
and a flight table:
************
flight
------------
fl_id
fl_code
fl_depart_airport_id
fl_arrive_airport_id
***********
i need the select statement to get names for departure and arrivel airports. something like this:
***********************
fl_code
departure_airport_name
arrival_airport_name
***********************
any help much appreciated