SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table records ( `id` int not null auto_increment, `text` text, primary key(`id`) ); ALTER TABLE records ADD COLUMN IF NOT EXISTS name varchar(32); SHOW CREATE TABLE records;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear