For the complete documentation index, see llms.txt. This page is also available as Markdown.

COUNT

Returns the count of all non-null values in a column

COUNT( column )

Returns the count of all non-null values in a column

Arguments

Input

Description

column

Column or array to count

Outputs

Outputs count of values in column

Example

Last updated

Was this helpful?