
garry at schoolteachers
Sep 6, 2007, 12:10 AM
Post #2 of 4
(1625 views)
Permalink
|
On Wed, 2007-09-05 at 16:16 -0700, onsombal wrote: > is there an easy way to make the following ZSQL query case-insensitive? > > select * from clients > <dtml-sqlgroup where> > <dtml-sqltest firstname op="like" type="string" optional> > <dtml-or> > <dtml-sqltest lastname op="like" type="string" optional> > <dtml-or> > <dtml-sqltest client op="like" type="string" optional> > </dtml-sqlgroup> > > Thanks... Jim > > If you use Postgresql then change the 'like' to 'ilike'. Regards Garry _______________________________________________ Zope-DB mailing list Zope-DB[at]zope.org http://mail.zope.org/mailman/listinfo/zope-db
|