Re: Number of rows in a table - Mailing list pgsql-novice

From paul butler
Subject Re: Number of rows in a table
Date
Msg-id 3F4A4275.29756.2B4313E8@localhost
Whole thread Raw
In response to Number of rows in a table  ("Louise Cofield" <lcofield@box-works.com>)
Responses Re: Number of rows in a table
List pgsql-novice
From:               "Louise Cofield" <lcofield@box-works.com>
To:                 <pgsql-novice@postgresql.org>
Subject:            [NOVICE] Number of rows in a table
Date sent:          Mon, 25 Aug 2003 10:06:28 -0600

SELECT count(ColumnName) FROM TableName;
should do the trick
Paul Butler
> I haven't been able to figure out how to determine the number of
> populated rows in a table - such as "select max(rownum)" in Oracle.
>
>
>
> Thanks!
>
>
>
>
>
>
>
>



pgsql-novice by date:

Previous
From: Jason Hihn
Date:
Subject: Re: Number of rows in a table
Next
From: "Gaitor, Jim"
Date:
Subject: Unsubscribe