Prova a utilizzare questa query:
select * from table
where id not in (select id_parent from table);
Ecco un esempio:http://sqlfiddle.com/#!2/7de26/1
Prova a utilizzare questa query:
select * from table
where id not in (select id_parent from table);
Ecco un esempio:http://sqlfiddle.com/#!2/7de26/1