count()

Returns the number of rows that match a specified condition in a column.

count() follows this syntax.

1SELECT count(COLUMN_NAME)
2FROM DATASET
3WHERE CONDITION;