Re: Newbie Q - maximum value of a column

From: Kevin Loney <"75663,327"_at_compuserve.com>
Date: 1996/10/18
Message-ID: <3267D73C.2ED_at_compuserve.com>#1/1


Ku Kam Ming wrote:
>
> A column named 'key NUMBER(6)' is used as primary key. I would like to
> know the simplest way to get the maximum value of the column 'key'.
>
>

select MAX(key_col)
from table; Received on Fri Oct 18 1996 - 00:00:00 CEST

Original text of this message