Aggregate Function - count(x)

查询

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

apache_presto_sql_functions.html