sql_gen_update: sql_gen_update

View source: R/sql-lib.R

sql_gen_updateR Documentation

sql_gen_update

Description

Generates an update statement

Usage

sql_gen_update(
  table,
  update_fields = names(values),
  values,
  where_fields = names(where_values),
  where_values
)

Arguments

table

The table to update

update_fields

The fields to update

values

The values to update

where_fields

The fields for where statement

where_values

The values for where statement

Author(s)

ken4rab


rOpenStats/rsql documentation built on Aug. 22, 2023, 2:16 a.m.