使用 Zend_Db_Table 获取最大值
我有一个 Zend_Db_Table
现在我想获取字段的最大可用值。
有没有办法获取 MAX(number) 值或者我需要使用基本 SQL?
谢谢!
Ive got a Zend_Db_Table
Now I want to get the maximum available value of a field.
Is there a way to get the MAX(number) value or do I need to use basic SQL?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用作
Zend_Db_Table_Select 中的字段之一。
Use
as one of the fields in the Zend_Db_Table_Select.