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

SQLize | PHPize | SQLtest

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

A A A
Login    Share code      Blog   FAQ
Copy Format Clear
select actor_id from actor where first_name='PENELOPE' and last_name= 'GUINESS'; select max(title), max(length) from film; select first_name, last_name, city_id from customer as c inner join address as a on c.address_id = a.address_id;

Stuck with a problem? Got Error? Ask AI support!

Copy Clear