Max aggregate function.
YogFeb 2 2007 — edited Feb 2 2007Hi,
Does oracle have a version of the max aggregate function that returns null if any of its values include null.
e.g.
max of 1,2,3,4,null is null
max of 1,2,3,4 is 4
or will I have to build my own?
thanks,
Yog