Re: Problem with Attribute.

From: "Victor Yegorov" <viy(at)nordlb(dot)lv>
To: Rado Petrik <r(dot)p(at)szm(dot)sk>
Cc: PostgreSQL-mailinglist <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Problem with Attribute.
Date: 2003-05-06 09:55:50
Message-ID: 20030506095550.GI16791@nordlb.lv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

* Rado Petrik <r(dot)p(at)szm(dot)sk> [06.05.2003 12:54]:
> power2=# select count from picture_path;
>
> return:
>
> ERROR: Attribute 'count' not found
> power2=#
>
> Why ?

count() is a function.
so:

select count(*) from picture_path;

--

Victor Yegorov

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Popeanga Marian 2003-05-06 12:02:42 pg_ ?
Previous Message Popeanga Marian 2003-05-06 09:50:53 Re: Problem with Attribute.