Re: FK reference PK in same table

2004-09-06 Thread Michael Stassen
[EMAIL PROTECTED] wrote: Hello, I have two questions: 1. I have a table defined as follows * create table MATABLE ( ID INTEGER not null, FK INTEGERnot null, con

FK reference PK in same table

2004-09-05 Thread julien-martin
Hello, I have two questions: 1. I have a table defined as follows * create table MATABLE ( ID INTEGER not null, FK INTEGERnot null, constraint PK_MATABLE prima