René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

max/min aggregate functions [Oracle SQL]

select
  max( expression ),
  min( expression ) 
  [, col_1]
from table_name
[group by col_1 ]