Yii - Update Save Limit Apply

how to apply limit with yii save function for update data. can anybody help ?

It’s not possible. If you want to do this - use query builder or DAO.

And it’s also not really framework problem, i supose that you have big table and using WHERE clause for update, try to switch to primary key and will be no difference in speed. It’s more architecture problem, then framework.