R: adding not null constraints on columns

Поиск
Список
Период
Сортировка
От Alessandro Pedrotti
Тема R: adding not null constraints on columns
Дата
Msg-id C1E0CA0FF6B6D311A2570060086D476A6B51EB@YAVIN
обсуждение исходный текст
Список pgsql-sql
ALTER TABLE myTable ADD CONSTRAINT constraintName CHECK (myColumn IS NOT NULL);
 
-----Messaggio originale-----
Da: Susan [mailto:brknrose@counterconspiracy.org]
Inviato: mercoledì 12 febbraio 2003 00:45
A: pgsql-sql@postgresql.org
Oggetto: [SQL] adding not null constraints on columns

Is there a way to add not null constraints on a column after the column has been created?  Any help would be appreciated.  Thanks.
 
The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents.
Nathaniel Borenstein (1957 - )
 
 

В списке pgsql-sql по дате отправления:

Предыдущее
От: Daniel Jaenecke
Дата:
Сообщение: timestamp
Следующее
От: "Eduardo"
Дата:
Сообщение: PL/PGSQL TUTORIAL