> Hi,
>
> I have one problem with a Zmethod.
>
> Here is the method:
>
> select *,summe=sum(count(*))
> from neuigkeiten
> where
> (
> username like '%<!--#var suche-->%' or
> autorloginname like '%<!--#var suche-->%' or
> headline like '%<!--#var suche-->%' or
> textfeld like '%<!--#var suche-->%')
> order by headline
>
> That is i want to select some data from database and save the number
of data
> who are found in summe.(Number found:<dtml-var  summe> is ok)
> There is no error at this level, but there is a problem when i list
the
> result in the dtml document. There are more data as i need.
>
> Please would you help me to resolv this problem!!
>
> Thank
>
> Bruno
>


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to