Re: CHECK col A not NULL if col B='x'

Поиск
Список
Период
Сортировка
От T E Schmitz
Тема Re: CHECK col A not NULL if col B='x'
Дата
Msg-id 4159775D.2050206@numerixtechnology.de
обсуждение исходный текст
Ответ на Re: CHECK col A not NULL if col B='x'  (Martin Marques <martin@bugs.unl.edu.ar>)
Список pgsql-sql
Hola Martin!

Martin Marques wrote:

> El Mar 28 Sep 2004 11:02, T E Schmitz escribió:
> 
>>Is it possible to set up a table CHECK, which ensures that column A is
>>NOT NULL if column B = 'x' ?
> 
> CONSTRAINT somename CHECK (B <> 'x' OR A IS NOT NULL)

This is brilliant. Only detected this today. Don't know how I managed to 
overlook the CHECK constraints ;-)

-- 


Regards/Gruß,

Tarlika Elisabeth Schmitz


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Best way to know if there is a row
Следующее
От: T E Schmitz
Дата:
Сообщение: Re: CHECK col A not NULL if col B='x'