Spróbuj użyć tego zapytania:
select * from table
where id not in (select id_parent from table);
Oto przykład:http://sqlfiddle.com/#!2/7de26/1
Spróbuj użyć tego zapytania:
select * from table
where id not in (select id_parent from table);
Oto przykład:http://sqlfiddle.com/#!2/7de26/1