Oracle DB 12c
I have a table with 3 date columns (at least); Any of the date values can be NULL. I want to select the greatest date out of the 3 columns. Cannot use GREATEST since NULLs exist. I would also like to avoid using SELECT CASE which may work in 3 columns but wondering if there exist better method that can work for any number of date columns?