SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table test( some_id int unique ); insert into test(some_id) values(1) returning some_id; insert ignore into test(some_id) values(1) returning some_id; insert ignore into test(some_id) values(2) returning some_id;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear