pub fn count<'a, T>(expr: T) -> Function<'a>where
T: Into<Expression<'a>>,
Expand description
Count of the underlying table where the given expression is not null.
pub fn count<'a, T>(expr: T) -> Function<'a>where
T: Into<Expression<'a>>,
Count of the underlying table where the given expression is not null.