Re: COPY COMMAND - Mailing list pgsql-general

From Savita
Subject Re: COPY COMMAND
Date
Msg-id 3DE35B8A.391AB1B6@india.hp.com
Whole thread Raw
In response to Re: COPY COMMAND  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Responses Re: COPY COMMAND  (Tino Wildenhain <tino@wildenhain.de>)
Re: COPY COMMAND  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
List pgsql-general
Hi Tino,

These query does not work.


Tino Wildenhain wrote:

> Hi Savita,
>
> --On Dienstag, 26. November 2002 16:02 +0530 Savita <savita@india.hp.com>
> wrote:
>
> > Hi,
> > I am able to insert the null field using \N in the text file,but while
> > retiving the data I am not able to retrive it.
> >
> > After inserting data I tried this select statement
> >
> > select * from os_customer_master where updated_by=' ';
> > and
> > select * from os_customer_master where updated_by=null;
> >
> > but it gives 0 rows.then how will I select this values.
>
> Nothing to do with copy :)
> Just try:
>
> select * from os_customer_master where isnull updated_by;
>
> Regards
> Tino

--
Best Regards
- Savita
----------------------------------------------------
Hewlett Packard (India)
+91 80 2051288 (Phone)
847 1288 (HP Telnet)
----------------------------------------------------



pgsql-general by date:

Previous
From: "Shridhar Daithankar"
Date:
Subject: Re: COPY COMMAND
Next
From: Tino Wildenhain
Date:
Subject: Re: COPY COMMAND