Re: Problem with Attribute. - Mailing list pgsql-sql

From Victor Yegorov
Subject Re: Problem with Attribute.
Date
Msg-id 20030506095550.GI16791@nordlb.lv
Whole thread Raw
In response to Problem with Attribute.  (Rado Petrik <r.p@szm.sk>)
List pgsql-sql
* Rado Petrik <r.p@szm.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

pgsql-sql by date:

Previous
From: Rado Petrik
Date:
Subject: Problem with Attribute.
Next
From: Popeanga Marian
Date:
Subject: Re: Problem with Attribute.