not

Function: not()

ts
function not(value): BasicExpression<boolean>;
function not(value): BasicExpression<boolean>;

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

Parameters

value

ExpressionLike

Returns

BasicExpression<boolean>