D
David Billigmeier
I need a function that will return the max across a set of columns, instead
of rows like the summary function MAX appears to do. So, I
need a function that would work similarly to:
(select max(5,2,9,3) from test)
and return 9
Thanks
of rows like the summary function MAX appears to do. So, I
need a function that would work similarly to:
(select max(5,2,9,3) from test)
and return 9
Thanks