Subject RE: [firebird-support] could not find UNIQUE INDEX with specified columns
Author Sasha Matijasic
> I can't understand the error message which occures when I try to
> create the following table:
>
> CREATE TABLE test (field1 integer, field2 char(1024), field3 integer,
> PRIMARY KEY (field1), FOREIGN KEY (field3) REFERENCES test(field1))
>
> What do I miss?
>

Hi, you miss the actual error message :)
I tried running it on versions 2.0 and 2.1 and it ran just fine, give us more information.

Sasha