Skip to main content

count

Returns either the number of non-NULL records for the specified columns.

Syntax

count( <expr> )

Arguments

<expr>

A column name, which can be a qualified name (for example, database.schema.table.column_name).

Returns

Returns a value of type int.