6 Sep
2007
6 Sep
'07
5:07 a.m.
Use MS-SQL or Sybase :o) ----- Original Message ----- From: "onsombal" <onsombal@yahoo.com>
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>