Re: how does NOT work?

From: "Ian Harding" <ianh(at)tpchd(dot)org>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: how does NOT work?
Date: 2002-04-24 16:05:19
Message-ID: scc6757a.051@mail.tpchd.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I would discourage you from plugging in a default value if the true value is "unknown." I recently had to put the nulls back into a database where they had used 0 (zero) to represent "no evaluation" in a "score" column. Well, they tried averaging the values and got a low value. The zeroes figured into the average, where nulls would not.

Nulls are worth the trouble sometimes.

- Ian

>>> tony <tony(at)animaproductions(dot)com> 04/24/02 08:47AM >>>
On Wed, 2002-04-24 at 17:31, ARP wrote:
> I guess select count(*) from individu where type2 is null will return 5717 (18417-12619-81)

OK so I trashed the null values

Still don't understand the logic - I just want cells that don't start
with "a" I don't care if they contain null values or not.

But I will be rewriting everything so that there is a default value in
each and every cell from now on.

Thanks

Cheers

Tony

--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Browse pgsql-general by date

  From Date Subject
Next Message tony 2002-04-24 16:06:13 Re: how does NOT work?
Previous Message ARP 2002-04-24 15:55:02 Re: how does NOT work?