SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select distinct s.aircraft_code, model from seats as s join aircrafts_data using( aircraft_code ) where s.aircraft_code not in (select aircraft_code from seats where fare_conditions ='Business') order by s.aircraft_code ; select * from query_cost('select distinct s.aircraft_code, model from seats as s join aircrafts_data using( aircraft_code ) where s.aircraft_code not in (select aircraft_code from seats where fare_conditions =''Business'') order by s.aircraft_code');

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear