SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
drop table if exists t; create table t (id int primary key auto_increment); insert into t values (null); insert into t values (0); insert into t values (''); select * from t;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear