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
Login    Share code      Blog   FAQ

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

Copy Format Clear
create table obj (id int); insert into obj values (1), (2), (3); alter table obj add column id_unic_price int as (id); select * from obj; insert into obj(id) values (5),(6),(7); select * from obj;

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

Copy Clear