Re: [GENERAL] change null to ""

Поиск
Список
Период
Сортировка
От amy cheng
Тема Re: [GENERAL] change null to ""
Дата
Msg-id 19990901140729.46147.qmail@hotmail.com
обсуждение исходный текст
Список pgsql-general
>You should also post the CREATE statement of PSlot,
>does it have a "NOT NULL" constraint for backlink attribute?
>if yes, you've got the answer (I would also have a look but
>I'm on the other OS right now :> )
No. so, it is JUST an example, intriguing one though.

create table PSlot (
    slotname    char(20),
    pfname      text,
    slotlink    char(20),
    backlink    char(20)
);

thanks!!!!!!!!!!!!!!!!

amy

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

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

Предыдущее
От: "amy cheng"
Дата:
Сообщение: Re: [GENERAL] re-post
Следующее
От: marten@feki.toppoint.de
Дата:
Сообщение: Internal limitation of the CREATE VIEW statement