How do I add the LIMIT 1 clause to an update when using Zend Framework?
LIMIT 1
I\'m kind of forced not to use Zend_Db_Table_Abstract::update() since it execute
Why would you want to do that??? If you want to update a single record you should use the records' primary key and use an
UPDATE SET field=, ... WHERE key = ; query. 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
query.