ayuda con sintaxis

From: jeferson alvarez <jalvarez(at)renova(dot)com(dot)pe>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: ayuda con sintaxis
Date: 2007-01-31 20:02:05
Message-ID: 45C0F5BD.1010602@renova.com.pe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hola amigos este novato tiene el siguiente problemilla

DECLARE cantidad INT4;
IF cantidad>50 THEN
select 'oo';
ELSE
select 'yy';
END IF;

ERROR: error de sintaxis en o cerca de «INT4» at character 18

lop necesito con LANGUAGE 'sql'
gracias

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message badillo 2007-01-31 20:25:47 Ayuda con una función
Previous Message Edwin Quijada 2007-01-31 19:56:40 Compilacion en AIX