count

Function: count()

ts
function count(arg): Aggregate<number>;
function count(arg): Aggregate<number>;

Defined in: packages/db/src/query/builder/functions.ts:366

Parameters

arg

ExpressionLike

Returns

Aggregate<number>