SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
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;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear