SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
-- Hint: use Ctrl+Enter for SQL autocomplete drop table if exists test; Create table test ( id int(11) unsigned auto_increment primary key, qty int(11) unsigned not null default '0' ); insert into test(qty) values (5),(8),(12); select * from test;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear