Skip to main content
Module

x/sql_builder/mod.ts>Where.notIn

SQL query builder for Deno
Latest
method Where.notIn
import { Where } from "https://deno.land/x/sql_builder@v1.9.2/mod.ts";

Parameters

field: string
...values: any[]