Re: Validar parametros entrada

From: Jaime Casanova <systemguards(at)gmail(dot)com>
To: Mario Gonzalez <gonzalemario(at)gmail(dot)com>
Cc: Postgresql-es-ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Validar parametros entrada
Date: 2005-12-21 15:15:25
Message-ID: c2d9e70e0512210715l3190bd5n9244ba38afddc28d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

> IF nom_depto IS NULL AND nom_depto = \'\' THEN
> o
> IF nom_depto IS NULL AND length(nom_depto) = 0 THEN
>

es OR no AND

IF nom_depto IS NULL OR length(nom_depto) = 0 THEN

es muy temprano para mi todavia

--
Atentamente,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2005-12-21 15:29:23 Re: Ayuda con "DISTINCT ON"
Previous Message Jaime Casanova 2005-12-21 15:14:33 Re: Validar parametros entrada