<copy>
Creates a reference copy of a table.
Input
- from
- Source table
- to
- Destination table
Parent
<datatype> or <expression>
Example
<copy from="src_tab" to="ref_tab" />
Comments
The table ref_tab
must not be a resource-based table (it must be
created with the define command).