Re: For loop

From: Adrian Klaver <aklaver(at)comcast(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: For loop
Date: 2007-03-13 13:32:34
Message-ID: 200703130632.34282.aklaver@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tuesday 13 March 2007 6:19 am, Ezequias R. da Rocha wrote:
> They are not working well.
>
> Allways the same error.
>
> (if while)
> ERROR: syntax error at or near "WHILE"
> SQL state: 42601
> Character: 1
>
> (if for)
>
> ERROR: syntax error at or near "FOR"
> SQL state: 42601
> Character: 1
>
> (if loop)
> ERROR: syntax error at or near "LOOP"
> SQL state: 42601
> Character: 1
> I installed the pgsql but I don't think it is a problem of language.
> What could be wrong ? I am not using functions too. I am using the SQL
> tool of PgAdmin III.
>
> Any help would be glad.
>
Can we see the complete function?
--
Adrian Klaver
aklaver(at)comcast(dot)net

In response to

  • Re: For loop at 2007-03-13 13:19:33 from Ezequias R. da Rocha

Browse pgsql-sql by date

  From Date Subject
Next Message Jonah H. Harris 2007-03-13 13:39:27 Re: For loop
Previous Message Ezequias R. da Rocha 2007-03-13 13:30:59 Re: For loop