[Zope] how to accumulate data using ZPT
Tino Wildenhain
tino at wildenhain.de
Fri May 20 05:50:15 EDT 2005
Am Freitag, den 20.05.2005, 10:36 +0100 schrieb Hugo Ramos:
> On 5/20/05, Tino Wildenhain <tino at wildenhain.de> wrote:
> > Am Freitag, den 20.05.2005, 09:52 +0100 schrieb Hugo Ramos:
> > > Yellow,
> > >
> > > What DBMS are you using??? MySQL???
> > > If so just have a sql method do this:
> > > ==========
> > > SELECT COUNT( '*' ) AS total
> > > FROM yourtable
> > > ==========
> >
> > Are you sure about the ' '? looks strange.
>
> It works both ways... With or without the ' ' !
>
well. another reason to avoid mysql I guess ;)
More information about the Zope
mailing list