Re: When is a blank not a null or '' - Mailing list pgsql-general

From mike
Subject Re: When is a blank not a null or ''
Date
Msg-id 1107343204.21155.14.camel@datacc
Whole thread Raw
In response to Re: When is a blank not a null or ''  (Troels Arvin <troels@arvin.dk>)
Responses Re: When is a blank not a null or ''  (Michael Kleiser <mkl@webde-ag.de>)
List pgsql-general
On Wed, 2005-02-02 at 11:31 +0100, Troels Arvin wrote:
> On Wed, 02 Feb 2005 09:59:30 +0000, mike wrote:
>
> > SELECT first_name,work_email FROM tb_contacts  WHERE
> > tb_contacts.work_email <>'';
> >
> > However I get loads of blank email addresses coming up
> >
> > anyone any ideas
>
> An idea: You have " "-values in your work_email column, i.e. work_email
> values consisting of space(s).
>

nope

SELECT work_email FROM tb_contacts  WHERE tb_contacts.work_email ILIKE
'% %';
 work_email
------------
(0 rows)


pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: When is a blank not a null or ''
Next
From: WireSpot
Date:
Subject: query time