Hi,
how can we do this ?
CREATE TABLE test (key1 int, key2 int , primary key (key1,key2), parent <?kind of data type?> constraint parent references test );
Cédric BRINER