Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cotton/src/modelquery.ts>ModelQuery#not

SQL Database Toolkit for Deno
Latest
method ModelQuery.prototype.not
import { ModelQuery } from "https://deno.land/x/cotton@v0.7.5/src/modelquery.ts";

Add WHERE NOT clause to query.

Parameters

column: string

the table column name

the expected value

Add WHERE NOT clause to query with custom query expression.

Parameters

column: string

the table column name

expression: Q

a custom SQL expression to filter the records