Aggregate Function - max(x,n)



Query

presto:default> select max(9,11) as max; 

Result

 max 
----- 
 [9] 
apache_presto_sql_functions.htm
Advertisements