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 tbl; create table tbl (id integer primary key autoincrement, name text); insert into tbl (name) values ('Alexey'); select * from tbl;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear