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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.