Public Vars

Back

patch-into (clj)

(source)

function

(patch-into table) (patch-into table cols) (patch-into table statement) (patch-into table cols statement)
Accepts a table name or a table/alias pair. That can optionally be followed by a collection of column names. That can optionally be followed by a (select) statement clause. The arguments are identical to insert-into. The PATCH INTO statement is only supported by XTDB.

Examples