View Single Post

   
  #4 (permalink)  
Old 02-27-2008, 08:31 AM
Laurence
 
Posts: n/a
Default Re: unique constraint and unique index

> A unique index can have a nullable column (but null values are
not ignored and they are counted in determining uniqueness).

So, does it mean the rows in the same column only can have one NULL
value? or otherwise the violation rule will be fired?

Reply With Quote