count

expect fun count(operand: Expression?): Expression(source)

Creates a COUNT(expr) function expression that returns the count of all values in the group of the values expressed by the given expression. Null expression is count *

Return

The COUNT(expr) function.

Parameters

operand

The expression.

actual fun count(operand: Expression?): Expression(source)
actual fun count(operand: Expression?): Expression(source)