SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table users( unique_id int primary key auto_increment, -- string with max length 20 characters user_id varchar(20) ); -- user_id insert into users(user_id) values("$3SS"); -- select * data from users table; select * from users;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear