sqlUpdateTable: Compose an on clause for a table join

Description Usage Arguments Details See Also

Description

'sqlUpdateTable()' generates a single SQL string that forms the an UPDATE statement for UPDATE join between two tables.

Usage

1
sqlUpdateTable(con, x, y, set, by, ...)

Arguments

x, y

names of tbls to join. These will be quoted with dbQuoteIdentifier

set

a character vector of columns to match .

by

a character vector of columns to join by.

Details

The default method is MariaDB, MySQL compliant. These methods are mostly useful for backend implementers.

See Also

Other SQL generation: sqlAddIndex, sqlAlterTableWithPrimaryKey, sqlDeleteAllRecords, sqlOnClause, sqlReplaceInTable, sqlSetClause


schardtbc/DBIExt documentation built on June 7, 2019, 2:39 p.m.