Re: COUNT

From: "Brian C(dot) Doyle" <bcdoyle(at)mindspring(dot)com>
To: craig(dot)may(at)s2(dot)enthdimension(dot)com(dot)au, pgsql-sql(at)postgresql(dot)org
Subject: Re: COUNT
Date: 2000-10-19 18:07:15
Message-ID: 5.0.0.25.2.20001019140625.049308b0@pop.mindspring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,

You will need to do "SELECT count(attribute) FROM table;" or SELECT
count(table.attribute);"

At 04:58 AM 10/20/00 +0000, 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

In response to

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

Responses

  • Re: COUNT at 2000-10-19 18:30:21 from Daniel Wickstrom

Browse pgsql-sql by date

  From Date Subject
Next Message Jie Liang 2000-10-19 18:13:57 Re: COUNT
Previous Message Frank Bax 2000-10-19 18:05:25 Re: COUNT