Hello, how do you put a function as a field value in a where clause? Like:

UPDATE table SET date = NOW() WHERE....

I can't work out how to do it with the Zend_Db update() method.

Reply via email to