SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table posts ( id int auto_increment primary key, author varchar(255), post text ); insert into posts(author, post) values ('rozhnev', 'Online PHP & SQL sandbox');
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear