How can I quit this: "Unique " to my table? - Mailing list pgsql-sql

From Luis Mix
Subject How can I quit this: "Unique " to my table?
Date
Msg-id 143697787.20030401083448@yahoo.com.mx
Whole thread Raw
Responses Re: How can I quit this: "Unique " to my table?  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Re: How can I quit this: "Unique " to my table?  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
List pgsql-sql
Hello pgsql-sql,
 When my table was create I wrote this:
 MyDatabase=# create table b_prestamo(no_inventa char(16) unique not null, cve_area char(10), date1 date); I need now
thatmy table can accept repeated records, but not Null. How can I do that? SomeBody can help me please? My table has
informationat the moment,what can I do for maintain it?  
 

-- 
Best regards,Luis                          mailto:ksql2002@yahoo.com.mx



pgsql-sql by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: create view with numeric data
Next
From: Achilleus Mantzios
Date:
Subject: Re: How can I quit this: "Unique " to my table?