Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Unique constraint and NULL values
"Dave" <slimdave_at_yahoo.com> wrote in message
news:c502cdfc.0410221123.4e07df91_at_posting.google.com...
| If you want to get around this, then use a function-based index to
| avoid including in a unique index any rows where either of the columns
| is null.
|
ahh! that appears to nicely trump my pre-FBI solution of using triggers and a shadow table
++ mcs Received on Fri Oct 22 2004 - 14:54:39 CDT