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.
Arguments
- x
dcmodify::modifier()
object- table
table object
- con
optional connection
See also
Other sql translation:
dump_sql()