From: | Espartano <espartano(dot)mail(at)gmail(dot)com> |
---|---|
To: | "ricardo yanguma" <ricardo(dot)yanguma(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:00:06 |
Message-ID: | d353bd50703261300j14cd6facv6dfe3bb2b9dfd685@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
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."
From | Date | Subject | |
---|---|---|---|
Next Message | ricardo yanguma | 2007-03-26 20:05:27 | Re: Uso del is null o isnull |
Previous Message | Edwin Quijada | 2007-03-26 19:58:16 | RE: Ayuda con Zeos y postgres |