Re: looking for empty fields

From: Jodi Kanter <jkanter(at)virginia(dot)edu>
To: Viorel Dragomir <bc(at)vio(dot)ro>
Cc: Postgres SQL List <pgsql-sql(at)postgresql(dot)org>
Subject: Re: looking for empty fields
Date: 2003-08-06 14:33:54
Message-ID: 3F3111D2.20103@virginia.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Viorel
Thank you for responding and sorry to waste your time. I just realized
my stupid mistake after sending the message! It was an integer field.
Jodi

Viorel Dragomir wrote:

>
>
> ----- Original Message -----
>
> From: Jodi Kanter <mailto:jkanter(at)virginia(dot)edu>
>
> To: Postgres SQL List <mailto:pgsql-sql(at)postgresql(dot)org>
>
> Sent: Wednesday, August 06, 2003 5:07 PM
>
> Subject: [SQL] looking for empty fields
>
>
> We recently upgraded from version 7.2.3 to 7.3.3 and seem to have
> some code that has broken. We were doing checks in various
> locations looking for nulls and/or empty fields. To search for
> empty fields we said something like
>
> select count(am_pk) from arraymeasurement where al_fk is null or
> al_fk='';
>
>
>
> It's a string value that you're searching for?
>
> If not, don't use ''.
>
>
>
> Is this not allowed anymore? All my check with the double ticks
> are failing. I assume there is a difference in postgres between an
> empty and null field. How can I check for both in 7.3.3?
> Thanks
> Jodi
>
> --
>
> _______________________________
> Jodi L Kanter
> BioInformatics Database Administrator
> University of Virginia
> (434) 924-2846
> jkanter(at)virginia(dot)edu <mailto:jkanter(at)virginia(dot)edu>
> <!--[if !supportLineBreakNewLine]-->
> <!--[endif]-->
>
> <!--[if !supportEmptyParas]--> <!--[endif]-->
>
> <!--[if !supportEmptyParas]--> <!--[endif]-->
>
> <!--[if !supportEmptyParas]--> <!--[endif]-->
>

--

_______________________________
Jodi L Kanter
BioInformatics Database Administrator
University of Virginia
(434) 924-2846
jkanter(at)virginia(dot)edu <mailto:jkanter(at)virginia(dot)edu>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-08-06 14:40:37 Re: Using rowtype as function argument
Previous Message Kurt Overberg 2003-08-06 14:18:55 Re: [SQL] JDBC encoding problem