function deleteByFieldStatement
deleteByFieldStatement(unnamed 0: DeleteByFieldTarget): { sql: string; args: InValue[]; }

Build the DELETE statement for one DeleteByFieldTarget — for batches that mix these deletes with other statements.

Parameters

Return Type

{ sql: string; args: InValue[]; }

Usage

import { deleteByFieldStatement } from "doc.ts";