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 code      Blog   Popular   FAQ

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

Copy Format Clear
select title, release_year, concat(round(`length`/60,1),' hour') as film_length,name from film inner join film_category on film.film_id=film_category.film_id inner join category on film_category.category_id = category.category_id where name = 'Comedy' and `length` > 180 order by length

Stuck with a problem? Got Error? Ask ChatGPT!