Difference between revisions of "Select count"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
+
{{lowercase}}
 
The <code>COUNT(*)</code> function returns the number of rows returned by a <code>SELECT</code> statement, including <code>NULL</code> and duplicates.
 
The <code>COUNT(*)</code> function returns the number of rows returned by a <code>SELECT</code> statement, including <code>NULL</code> and duplicates.
  
Line 6: Line 6:
 
* <code>[[select count]](*) from [[pg_stat_activity]] where query like '[[autovacuum]]:%';</code>
 
* <code>[[select count]](*) from [[pg_stat_activity]] where query like '[[autovacuum]]:%';</code>
  
==Related terms==
+
== Related terms ==
*<code>[[Pg stat activity]]</code>
+
* <code>[[Pg stat activity]]</code>
 
+
* <code>[[select distinct]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 13:47, 8 November 2022

The COUNT(*) function returns the number of rows returned by a SELECT statement, including NULL and duplicates.


Related terms[edit]

See also[edit]

Advertising: