SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
/*select aircraft_code, model->>'en' as aircraft_name from aircrafts_data where lower(model->>'en') like '%boeing%' order by aircraft_code;*/ /*select aircraft_code, rows_count, seats_count from seats where aircraft_code = '773'*/ select ltrim(to_char(seat_no, '000')) from seats where aircraft_code = '773' group by seat_no,aircraft_code

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear