Re: loops

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: loops
Дата
Msg-id 4A25524C.9050105@hogranch.com
обсуждение исходный текст
Ответ на loops  ("Esneiker" <eenriquez@cav.desoft.cu>)
Ответы Re: loops  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
Esneiker wrote:
>
> Hello, can anybody tell me how to do loops in postgres?
>

SQL, the query language, has no such control structures.  SQL is a
'declarative' language rather than a procedural one.

pl/pgsql stored procedures do, however, as they embed SQL in a
procedural context.
depesz posted the link to the appropriate docs.




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

Предыдущее
От: Brandon Metcalf
Дата:
Сообщение: timestamp no fractional seconds
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: timestamp no fractional seconds