How can delete my suscription to this forums?
-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Jyoti Seth
Enviado el: jueves, 14 de junio de 2007 8:04
Para: 'Pavel Stehule'
CC: [EMAIL PROTECTED]; pgsql-sql@postgresql.org
Asunto: Re: [SQL] setof or array as i
I would like to unsuscribe from this list. I don´t know how to do it.
Thanks
---
Este correo electrónico y, en su caso, cualquier fichero anexo al mismo,
contiene información de caráct
HiI need to write a Postgres function which
executes a cursor. Query of this cursor however is created on the basis of
parameters passed by user.if(user_Input = 'a')l_query :=
l_query||a_from_clause ||'where ename in '||user_Inputelseif(user_Input =
'b')l_query := l_query||b_from_clause||'w