Documentation

count

Syntax: %count(column,view)

returns the number of values in the specified column that are not null. If view is specified, it is a string list whose first item is the View to query, and whose optional second item is the name of the database.

Example:

#SHOW %count(Comment)

Add comment

Login or register to post comments