Re: assign the row count of a query to a variable

Поиск
Список
Период
Сортировка
От PFC
Тема Re: assign the row count of a query to a variable
Дата
Msg-id opskl2ljx4th1vuj@musicbox
обсуждение исходный текст
Ответ на assign the row count of a query to a variable  ("Kevin B." <db@ke5in.com>)
Список pgsql-sql
       var := count(*) from T;

or :
       SELECT INTO var count(*) from T;


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

Предыдущее
От: "Kevin B."
Дата:
Сообщение: assign the row count of a query to a variable
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: assign the row count of a query to a variable