hello,
please I would like to know if it's possible to load data in
hierarchical table structure with identity column used as pk (for all
the tables) :
I mean
table root (Id_root(pk,ide ntity column generated always), att_r1,...)
table leaf (Id_leaf(pk,ide ntity column generated always), id_root(fk
ref root), att_l1 ...)
could I use import to populate both root and leaf table avoiding an
insert select insert loop ?
many tanks in advance
best regard David
please I would like to know if it's possible to load data in
hierarchical table structure with identity column used as pk (for all
the tables) :
I mean
table root (Id_root(pk,ide ntity column generated always), att_r1,...)
table leaf (Id_leaf(pk,ide ntity column generated always), id_root(fk
ref root), att_l1 ...)
could I use import to populate both root and leaf table avoiding an
insert select insert loop ?
many tanks in advance
best regard David
Comment