Skip to contents

Extract UPDATE statements from modifier object as a list of SQL statements. A user should normally be using modify() or dump_sql(), but this function may be useful.

Usage

modifier_to_sql(x, table, con = NULL)

Arguments

x

dcmodify::modifier() object

table

table object

con

optional connection

Value

list of sql UPDATE statements.

See also

Other sql translation: dump_sql()