From: | denis(at)coralindia(dot)com |
---|---|
To: | <pgsql-novice(at)postgresql(dot)org>, <Eduardo_Cadena(at)praxair(dot)com> |
Subject: | Re: Newbie in functions |
Date: | 2002-04-18 05:27:03 |
Message-ID: | 003901c1e699$ad0427c0$0232a8c0@coralindia.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Put single quote twice ( '' ) before and after "pm"....
Denis
----- Original Message -----
From: <Eduardo_Cadena(at)praxair(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Sent: Wednesday, April 17, 2002 8:22 PM
Subject: [NOVICE] Newbie in functions
> I´m trying to create a function to obtain the possition of a substring,
but
> i don't kown if is correct
> can anyone can help me to do this?
>
> test=# CREATE FUNCTION pos1 (int4) RETURNS int4 AS '
> test'# UPDATE tabla1
> test'# SET posicion1 = position('pm' in SELECT string1 FROM tabla1 WHERE
> id = $1)
> test'# WHERE id = $1;
> test'# SELECT posicion1 FROM tabla1 WHERE id = $1;
> test'# 'LANGUAGE sql;
> ERROR: parser: parse error at or near "pm"
> test=#
>
>
> thanks for your help
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
From | Date | Subject | |
---|---|---|---|
Next Message | denis | 2002-04-18 05:31:35 | Primary Key |
Previous Message | Joshua b. Jore | 2002-04-18 03:34:11 | Re: writing to file |