Click to See Complete Forum and Search --> : maximum values


abhit_kumar
05-05-2006, 04:33 AM
Hi all of you,

I need a query in xml, in which i can get a maximum values from two field.

plz help me

abhi

bathurst_guy
05-05-2006, 05:13 AM
I'm sorry but I really do not understand your question (if it is one).

abhit_kumar
05-05-2006, 05:36 AM
suppose there are two values '1' and '2'

now what will be the query to get maximum values from above values..

return should be - '2'

thanks

bathurst_guy
05-05-2006, 05:54 AM
In XML (http://en.wikipedia.org/wiki/XML)? Extensible Markup Language is just that, a markup language. Therefore it has no processing - it cannot compare anything - it just displays data. You could use JavaScript or PHP/ASP?

abhit_kumar
05-08-2006, 05:27 AM
Software Engineer