Weird NULL behavior - Mailing list pgsql-sql

From Ludwig Lim
Subject Weird NULL behavior
Date
Msg-id 20021107114103.43007.qmail@web80306.mail.yahoo.com
Whole thread Raw
Responses Re: Weird NULL behavior  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-sql
Hi: Has anyone encountered this before? SELECT CAST ( (NULL*NULL) AS NUMERIC(2,0));
  returns the following error message: Cannot cast type '"char"' to '"numeric"'
 But the following sql statements returns NULL: select NULL: select NULL * NULL; select cast ( NULL as NUMERIC(2,0)); 

Thank you in advance,
ludwig. 

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com


pgsql-sql by date:

Previous
From:
Date:
Subject: Re: [pgsql-sql] Daily Digest V1 #983
Next
From: Christoph Haller
Date:
Subject: Generating a cross tab (pivot table)