Aggregate Function - count(*)



Query

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

Result

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