Hi All,
I have two tables look like following,
TABLE 01 has three columns flightNO,dest_airport_code,Origin_airport_code
TABLE 02 has two columns airport_code,airport_name
I want to retrive flightNO,dest_airport_code,airport_name,Origin_air port_code,airport_name
airport_name after the dest_airport_code is the relavent airport name and airport_name after the origin_airport_code means the relavent origin airport name.How can I retrive these columns.
please help me.
