Hi! Could we please enable some services and cookies to improve your experience and our website?

SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular

SQLize.online is a free online SQL environment for quickly running, experimenting with and sharing code. You can run your SQL code on top of the most popular RDBMS including MySQL, MariaDB, SQLite, PostgreSQL, Oracle and Microsoft SQL Server.

Copy Format Clear
SELECT SUBSTR(seat_no, 1, POSITION(' ' IN seat_no) - 1) AS row, json_agg(seat_no ORDER BY seat_no) AS seats, fare_conditions FROM seats WHERE aircraft_code = 'B773' GROUP BY row, fare_conditions ORDER BY row, fare_conditions;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear