SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table t1 (id int); insert into t1 values (1),(2),(3),(4),(5); create table t2 (id int); insert into t2 values (3),(5); select * from t1 where not exists (select 1 from t2 where t2.id = t1.id);
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear