property Table.updateStatement

Build the UPDATE statement without executing it (input must provide ≥1 column). Optional: see insertStatement.

Type

(
id: InValue,
input: Partial<Input>,
condition?: SqlStatement,
) => Promise<SqlStatement>

Usage

import { type Table } from "doc.ts";