Re: Empty Output? How Do I Determine the Character? - Mailing list pgsql-general

From Tom Lane
Subject Re: Empty Output? How Do I Determine the Character?
Date
Msg-id 1846.1060384134@sss.pgh.pa.us
Whole thread Raw
In response to Re: Empty Output? How Do I Determine the Character?  (Hunter Hillegas <lists@lastonepicked.com>)
List pgsql-general
Hunter Hillegas <lists@lastonepicked.com> writes:
> I ran the query you suggested but I don't know what it means:
> thedonnaholics=# select '>' || state || '<' from mailing_list where rec_num
> = 7;
>  ?column?
> ----------

> (1 row)

It means it's NULL.  (Hint: foo = NULL is not the same as foo IS NULL.)

            regards, tom lane

pgsql-general by date:

Previous
From: Hunter Hillegas
Date:
Subject: Re: Empty Output? How Do I Determine the Character?
Next
From: Robby Russell
Date:
Subject: remove $ from money field