generate_table_sql_update: Generate table sql update
Description
Generate sql code for updating a table.
Usage
generate_table_sql_update(table, surrogate_keys, instances)
Value
A vector of strings.
Arguments
- table
A string, table name.
- surrogate_keys
A string.
- instances
A tibble.