Might already be fixed...? - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Might already be fixed...?
Date
Msg-id Pine.BSF.4.05.9902160214040.10449-100000@thelab.hub.org
Whole thread Raw
List pgsql-hackers
surveys=> explain select count(sys_type) as tot_sys_type,sys_type
surveys-> from op_sys
surveys-> where sys_type is not null 
surveys->   and tot_sys_type > 100
surveys-> group by sys_type
surveys-> order by tot_sys_type desc;
ERROR:  attribute 'tot_sys_type' not found

Marc G. Fournier                                
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Odd error message: insert into...select from ...
Next
From: "jose' soares"
Date:
Subject: varchar function