Re: Loop in loop

Поиск
Список
Период
Сортировка
От George Weaver
Тема Re: Loop in loop
Дата
Msg-id 008801c73e39$abaabd60$6400a8c0@Dell4500
обсуждение исходный текст
Ответ на Re: Loop in loop  ("Moritz Bayer" <moritz.bayer@googlemail.com>)
Список pgsql-general

----Original Message From: Moritz Bayer

>But still the question:
>Is it possible to put a loop into a loop?  Or doesn't it make sense at all?

I'm not sure what the OP was about, but Yes, it it possible to put a loop into a loop.  See:

http://www.postgresql.org/docs/8.2/static/plpgsql-control-structures.html

particularly the references to [ <<label>> ] and EXIT [ label ]  and CONTINUE [ label ] for nested loops.

Regards,
George

В списке pgsql-general по дате отправления:

Предыдущее
От: "Jan Muszynski"
Дата:
Сообщение: Re: security question
Следующее
От: "Peter Rosenthal"
Дата:
Сообщение: Re: MSSQL/ASP migration