Subject | RE: [ib-support] Unique fields |
---|---|
Author | Leyne, Sean |
Post date | 2002-06-28T22:56:51Z |
> Is it possible to make a field unique without specifying anTechnically, yes.
> index on it?
Partically, no.
You could create a trigger which would need to perform a select to
ensure/enforce uniqueness, but if the table is large... that could end
up being a very expensive/time consuming process.
A unique index is really the way to go.
Sean