andConditions(conditions: readonly SqlStatement[]): SqlStatement
Join SQL conditions with AND while preserving their argument order.
conditions: readonly SqlStatement[]
andConditions(conditions: readonly SqlStatement[]): SqlStatement
Join SQL conditions with AND while preserving their argument order.
conditions: readonly SqlStatement[]
import { andConditions } from "docs/database.ts";