Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Select Max value with Null

591131Nov 27 2007 — edited Nov 4 2010
Hi,
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...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 25 2007
Added on Nov 27 2007
6 comments
15,106 views