Re: Table count option

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Table count option
Дата
Msg-id 455B4474.8070805@postgresql.org
обсуждение исходный текст
Ответ на Table count option  ("Melvin Davidson" <mdavidson@cctus.com>)
Список pgadmin-support
Melvin Davidson wrote:
> 
> Right clicking on a table show the "count" option, which updates the 
> Rows(counted) value in the properties window for the table.
> 
> Is there an equivalent SQL command? ANALYZE/ table_name/  does not work 
> as the equivalent.
> 

SELECT count(*) FROM table;

Regards Dave


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

Предыдущее
От: "Melvin Davidson"
Дата:
Сообщение: Table count option
Следующее
От: Erwin Brandstetter
Дата:
Сообщение: Re: 1.6RC2 rev: 5636M crashing reproducibly