Re: Uso del is null o isnull

From: "ricardo yanguma" <ricardo(dot)yanguma(at)gmail(dot)com>
To: Espartano <espartano(dot)mail(at)gmail(dot)com>
Cc: postgresayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Uso del is null o isnull
Date: 2007-03-26 20:05:27
Message-ID: fbe285730703261305j7147a32esbc1267505c4dbada@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Espartano gracias por tu respuesta.

Como hago para saber si la cadena es vacia..

where basedatos=''

Gracias por tu respuesta

On 3/26/07, Espartano <espartano(dot)mail(at)gmail(dot)com> wrote:
>
> On 3/26/07, ricardo yanguma <ricardo(dot)yanguma(at)gmail(dot)com> wrote:
> >
> > Lista buena tarde desde aqui de colombia
> >
> > Quiero pedirles el favor de ayudarme con la siguiente duda:
> >
> > Tengo una tabla en la se que existen un campo con el valor null y lo
> confirmo con el siguiente select
> >
> > select distinct(basedatos), codloca from gestion where codper=5 and
> codbase=1 and coddpto=76
> >
> > el cual me arroja los seguientes valores
> >
> > basedatos codloca
> >
> >
> > 76100000
> >
> > 76109003
> >
> > 76122000
> >
> > 76126000pero cuando voy a actualizar ese campo mediante esta sentencia
> >
> > update gestion set basedatos='valle' where codper=5 and basedatos IS
> NULL and codbase=1 and coddpto=76
> >
> > me dice 0 filas actualizadas.
> >
> > Pregunta: Por que sucede eso, si se que existe nullos en el campo que
> estoy actualizando.?
>
> Mmmm no sera que tienes en el campo dasededatos una cadena vacia en
> lugar de null ?
>
>
> >
> > Gracias por su respuesta.
> >
> > Ricardo Yanguma G
> >
>
>
>
> --
> "Linux is for people who hate Windows, BSD is for people who love UNIX".
> "Social Engineer -> Because there is no patch for human stupidity"
> "The Unix Guru's View of Sex unzip ; strip ; touch ; grep ; finger ;
> mount ; fsck ; more ; yes ; umount ; sleep."
> "Documentation is like sex: when it is good, it is very, very good;
> and when it is bad, it is better than nothing."
>

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message HERMES ZAMBRA 2007-03-26 20:07:51 Re: Uso del is null o isnull
Previous Message Espartano 2007-03-26 20:00:06 Re: Uso del is null o isnull