Re: [GENERAL] minimum and maximum functions

2008-04-01 Thread josep porres
hh ok greatest()/least() 2008/4/1, josep porres <[EMAIL PROTECTED]>: > > I cannot find predefined functions to find minimum and maximum of at least > two values. > Aren't there any? > > select min(3,6) > 3 > > select max(3,6) > 6 > > > > Josep Porres >

[GENERAL] minimum and maximum functions

2008-04-01 Thread josep porres
I cannot find predefined functions to find minimum and maximum of at least two values. Aren't there any? select min(3,6) 3 select max(3,6) 6 Josep Porres