Hi all, Does anyone know how to do a query in ZSQL with the "LIKE" statement? This is what i want to do: select * from database where start_date LIKE '2001/10/%' ; what is the ZSQL statement equivalent of mysql "LIKE" and the wild card symbol? i have been searching for answers at Zope.org but found no luck. Thanks for any suggestions.