Variable: notInOp
constnotInOp:Operator
Defined in: lang-sql/src/operators/basic.ts:25
SQL NOT IN operator; returns false if the left value is found in the iterable,
null if not found but the iterable contains a null, and true otherwise.
constnotInOp:Operator
Defined in: lang-sql/src/operators/basic.ts:25
SQL NOT IN operator; returns false if the left value is found in the iterable,
null if not found but the iterable contains a null, and true otherwise.