2 Mar
2001
2 Mar
'01
2:37 p.m.
On Fri, 2 Mar 2001, Dwayne Morrison wrote:
If I run "select * from users," there is no problem. When I run "select count(*) from users" the server drops the connection. I've tried logging
The standard way to run this in Zope is SELECT COUNT(*) AS count_users FROM users because Zope needs a name for the column. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.