Aggregate Function - count(*)

查询

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

apache_presto_sql_functions.html