Re: COUNT - Mailing list pgsql-sql

From Jie Liang
Subject Re: COUNT
Date
Msg-id 39EF39E5.383E0DE4@ipinc.com
Whole thread Raw
In response to Trigger  (Craig May <craig.may@s2.enthdimension.com.au>)
List pgsql-sql
Hi, there,

You want how many rows in your table???

select count(*) from yourtablename;

Craig May wrote:

> Hi,
>
> How do I get a row count, like "Select [COUNT] from Table" ??
>
> Regards,
> Craig May
>
> Enth Dimension
> http://www.enthdimension.com.au

--
Jie LIANG

Internet Products Inc.

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang@ipinc.com
www.ipinc.com





pgsql-sql by date:

Previous
From: "Brian C. Doyle"
Date:
Subject: Re: COUNT
Next
From: Daniel Wickstrom
Date:
Subject: Re: COUNT