I want to use a SQL function or perform calculations in a statement I'm generating with Zend_Db_Select; how can I do this?
Actually, by default, if your expression includes parentheses, Zend_Db_Select will cast the statement appopriately. However, if it does not, or you are having problems, you can use Zend_Db_Expr to explicitly create the expression: