Re: number of rows returned from SELECT

Поиск
Список
Период
Сортировка
От Andrew Hammond
Тема Re: number of rows returned from SELECT
Дата
Msg-id 1154132173.955394.213920@75g2000cwc.googlegroups.com
обсуждение исходный текст
Ответ на number of rows returned from SELECT  ("Corey" <corey@bitworthy.net>)
Список pgsql-novice
> What's the most efficient way of determining the number of rows that
> _would_ be returned after/for a SELECT? Or is this impossible without...
> actually... _doing_ a SELECT?

You can't determine it without running the query. However you can ask
for a estimate.  Take a look at EXPLAIN.


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

Предыдущее
От: "Corey"
Дата:
Сообщение: number of rows returned from SELECT
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: number of rows returned from SELECT