Aggregate Function - arbitrary(x)



Query

presto:default> select arbitrary(1) as arbit_value; 

Result

 arbit_value 
------------- 
     1
apache_presto_sql_functions.htm
Advertisements