"Scott Purcell" <[EMAIL PROTECTED]> wrote on 28/06/2005 14:36:37:
> Hello,
> I am reading the docs, but I am slightly confused.
>
> I have a table with a varchar(50) column (not a primary column)
> where I do not want duplicates. It is a properties column, and I am
> getting duplicates inserted
>> From: ScottĀ PurcellDate: June 28 2005 3:36pm
>> Subject: create unique index
>>
>> Hello,
>> I am reading the docs, but I am slightly confused.
>>
>> I have a table with a varchar(50) column (not a primary column) where I =
>> do not want duplica
Hello,
I am reading the docs, but I am slightly confused.
I have a table with a varchar(50) column (not a primary column) where I do not
want duplicates. It is a properties column, and I am getting duplicates
inserted, which is causing problems in my display.
An Oracle DBA that works with me su