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
drop table copy_emp; create table copy_emp as select * from employees; update copy_emp set salary =24100, department_id = 10 where employee_id = 100; update copy_emp set department_id = null where employee_id = 100; select * from copy_emp where employee_id = 100;

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

Copy Clear