Re: CON UN CAMPO VACIO

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: olivia jurado <valerie_nicole2000(at)yahoo(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: CON UN CAMPO VACIO
Date: 2004-06-14 21:06:09
Message-ID: 20040614210609.GB27572@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Mon, Jun 14, 2004 at 03:28:39PM -0500, olivia jurado wrote:
> TENGO EN UNA TABLA UN CAMPO VACIO DE TIME PERO NO
> PUEDE IDENTIFICARLO EN UN SELECT
> DESEO SABER SI EL CAMPO ESTA VACIO Y NO SE COMO LE HE
> PREGUNTADO POR NULO POR BLANCO Y NADA QUIEN ME PUEDE AYUDAR

Si es NULL, deberias encontrarlo con "WHERE ... IS NULL". No aparecera
si usas "WHERE ... = NULL".

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"We are who we choose to be", sang the goldfinch
when the sun is high (Sandman)

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Josué Maldonado 2004-06-14 21:26:45 Re: compactar bbdd
Previous Message Alvaro Herrera 2004-06-14 21:05:17 Re: Cambiar el tipo de un campo de una tabla