Re: Largest value



SELECT MAX(fieldName)
FROM tableName



should do.


"Hanksor" <nospam@xxxxxxxxxxxxxxx> wrote in message
news:e15g7s7bHHA.4716@xxxxxxxxxxxxxxxxxxxxxxx
I would like to have my query find the largest number in a field. I'm sure
it is very simple, but I'm having a "Brain Fart" and can't remember how to
do it. Any help will be appreciated.......

--
Thanx,

Hanksor
Oregon City, Or



.