Zkuste prosím použít tento dotaz:
select * from table
where id not in (select id_parent from table);
Zde je příklad:http://sqlfiddle.com/#!2/7de26/1
Zkuste prosím použít tento dotaz:
select * from table
where id not in (select id_parent from table);
Zde je příklad:http://sqlfiddle.com/#!2/7de26/1