SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table tbl ( id int auto_increment primary key, first int, second int ); insert into tbl (first, second) values (null, 1); update tbl set first = coalesce(first, 100), second = coalesce(second, 200); select * from tbl;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear