Is there are function that exists that allows me to compare a number of different date variables, that may or maynot be null, the output being the max date of the variables.
For example:
Var 1: 2/21/2006
Var 2: null
Var 3: 2/15/2006
Var 4: 2/15/2005
And I would expect get the date of 2/21/2006.
For example:
Var 1: 2/21/2006
Var 2: null
Var 3: 2/15/2006
Var 4: 2/15/2005
And I would expect get the date of 2/21/2006.