Fehlermeldung

Aus MeinWiki
Wechseln zu: Navigation, Suche
  • ORA-02298: cannot validate (...) - parent keys not found
select xxxxx from child_table a where not exists (select 'x' from
parent_table where primary_key = a.key_values);