SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table test (id int); insert into test values (1),(2),(3),(4); select n from unnest(array[1, 3, 5, 7]) n left join test on n = id where id is null;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear