Subject | newbie questions |
---|---|
Author | Duilio Foschi |
Post date | 2002-01-20T21:29Z |
I have a table with the following fields:
N_MOV INTEGER NOT NULL
, D_MOV DATE NOT NULL
, ...
I want to add a PK that will verify that no two records are inserted with
the same N_MOV in the same YEAR.
How can I do that ?
Thank you
Duilio Foschi
N_MOV INTEGER NOT NULL
, D_MOV DATE NOT NULL
, ...
I want to add a PK that will verify that no two records are inserted with
the same N_MOV in the same YEAR.
How can I do that ?
Thank you
Duilio Foschi