Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Zend_Db_Table を取得しました
今、フィールドの利用可能な最大値を取得したいと考えています。
MAX(number) 値を取得する方法はありますか、それとも基本的な SQL を使用する必要がありますか?
ありがとう!
使用する
new Zend_Db_Expr('MAX(number)')
Zend_Db_Table_Selectのフィールドの1つとして。