copy_fields: Copy fields from one table to another in a RelDataModel
Description
Copy fields from one table to another in a RelDataModel
Usage
copy_fields(x, from, to, fields)
Arguments
- x
a RelDataModel
- from
the name of the table from which the fields are taken
- to
the name of the table to which the fields are copied
- fields
the names of the fields to copy