Type Alias count_distinct

Source
pub type count_distinct<Expr> = CountDistinct<SqlTypeOf<Expr>, Expr>;
👎Deprecated