How To Use Mysql Built-In Function In Ar Attribute?

e.g.


update test set content=compress('abc') where id=1

but with AR, how can I set attribute to do the same? Thanks.

Use CDbExpression.