Re: create unique index

2005-06-28 Thread Alec . Cawley
"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

RE: create unique index

2005-06-28 Thread mfatene
>> 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

create unique index

2005-06-28 Thread Scott Purcell
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