Might already be fixed...?

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Might already be fixed...?
Date: 1999-02-16 06:14:30
Message-ID: Pine.BSF.4.05.9902160214040.10449-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

Browse pgsql-hackers by date

  From Date Subject
Next Message jose' soares 1999-02-16 09:31:41 varchar function
Previous Message The Hermit Hacker 1999-02-16 06:11:54 Odd error message: insert into...select from ...