Select Max value with Null
591131Nov 27 2007 — edited Nov 4 2010Hi,
i want to select max value of a column but i want it to return null if it has null value.
Ex:
Coulmn
3
93
10
then the selected result must be 93 but if i have;
column
3
null
93
10
then the selected result must be null.
Is there any analytic function to do this with one select statement???
Thanks
BR...