SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table orders ( id int primary key, amount int check (amount < 100) ); insert into orders values (1, 100);
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear