SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table nl_emails (id int not null primary key ,row_num int); insert into nl_emails values(10,10),(20,20),(30,30); alter table nl_emails add column rn int auto_increment unique key; select * from nl_emails;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear