SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table promocode ( promo varchar(24), activated int not null default 0 ); insert into promocode values ('test', 0 ); select * from promocode; update promocode set activated = activated + 1 where promo = 'test'; select * from promocode;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear