-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.8.1.2
-
Fix Version/s: None
-
Component/s: SQL
-
Labels:
-
Urgency:Normal
A lot of RDMBS support GREATEST and LEAST functions with a variable number of parameters. The underlying RDBMS will then return the greatest/least of n values:
5 = GREATEST(1, 2, 3, 4, 5)
1 = LEAST(1, 2, 3)
I think this would be a nice enhancement for Derby, too