Re: [GENERAL] change null to ""

From: "amy cheng" <amycq(at)hotmail(dot)com>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] change null to ""
Date: 1999-09-01 07:07:29
Message-ID: 19990901140729.46147.qmail@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message José Soares 1999-09-01 12:42:42 Re: [GENERAL] How to display user-defined functions?
Previous Message amy cheng 1999-09-01 06:43:02 Re: [GENERAL] re-post