Open nathaneastwood opened 3 years ago
These functions provide a framework for modifying rows in a table using a second table of data. The two tables are matched by a set of key variables whose values must uniquely identify each row.
rows_insert()
rows_update()
rows_patch()
rows_upsert()
rows_delete()
These functions provide a framework for modifying rows in a table using a second table of data. The two tables are matched by a set of key variables whose values must uniquely identify each row.
rows_insert()
rows_update()
rows_patch()
rows_upsert()
rows_delete()