Aggregate Function - count(x)



Query

presto:default> select count(23) as count; 

Result

 count 
------- 
   1
apache_presto_sql_functions.htm
Advertisements