Fehlermeldung

Aus MeinWiki
Version vom 15. Oktober 2015, 06:55 Uhr von Admwiki (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „* 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 =…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
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);