You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by Kintzel Levente <ki...@softech.ro> on 2005/03/24 14:19:30 UTC

select max(column)

	Hi!

I want to determine the max value of a column with Torque. How can I do  
this? Thanx!

         Levi Kintzel

 


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org


RE: select max(column)

Posted by Thomas Fischer <fi...@seitenbau.net>.



Look in the wiki. Ther it is described how to select count(*) from a table.
The same procedure can be used to find out "max(" + SomePeer.COLUMN_NAME
+")";

http://wiki.apache.org/db-torque/FrequentlyAskedQuestions#head-9317e897d07dbd597993796d47bfbbe2443bc5bf

    Thomas


"Kintzel Levente" <ki...@softech.ro> schrieb am 24.03.2005
14:19:30:

>
>    Hi!
>
> I want to determine the max value of a column with Torque. How can I do
> this? Thanx!
>
>          Levi Kintzel
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
> For additional commands, e-mail: torque-user-help@db.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org