SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
-- Hint: use Ctrl+Enter for SQL autocomplete create table test( id int NOT NULL AUTO_INCREMENT, name varchar(255) UNIQUE, date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id) ); insert into test (`name`) values ('John'); insert into test (` name`) values ('Sarah'); select * from test;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear