se ho la seguente tabella
create tb1(
a "dominio" primary key,
b "dominio" references tb1(a)
)
come faccio ad inserire i dati?
se ho la seguente tabella
create tb1(
a "dominio" primary key,
b "dominio" references tb1(a)
)
come faccio ad inserire i dati?