Re: COUNT

From: Jie Liang <jliang(at)ipinc(dot)com>
To: craig(dot)may(at)s2(dot)enthdimension(dot)com(dot)au
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: COUNT
Date: 2000-10-19 18:13:57
Message-ID: 39EF39E5.383E0DE4@ipinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)ipinc(dot)com
www.ipinc.com

In response to

  • COUNT at 2000-10-20 04:58:43 from Craig May

Browse pgsql-sql by date

  From Date Subject
Next Message Daniel Wickstrom 2000-10-19 18:30:21 Re: COUNT
Previous Message Brian C. Doyle 2000-10-19 18:07:15 Re: COUNT