Sql in db2 works with both max() function and greatest() function, but I was wondering if both are put there in the language, there must be a difference between the two?
Direct quote from the DB2 documentation:
The
GREATEST
scalar function is a synonym for theMAX
scalar function.