[Zope] sqlgroup

Tom Deprez tom.deprez@uz.kuleuven.ac.be
Thu, 30 Nov 2000 17:39:35 +0100


Hi,

Is there a reason why the attribute 'having' doesn't exists?

I want to use 

<dtml-sqlgroup having>
  <dtml-sqltest ... optional>
</dtml-sqlgroup>

this way when the sql-test tag contains nothing, also the having clause is
not attached to the query.

Why does 'where' exists and 'having' not? Is there another way to mimic
'having'?

Thanks, Tom.