1 Synonym
This statement is used to declare and register an alternative name for an existing table or view.
<synonym
name='name'
table='table'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aname | string | Synonym name. | |||
Atable | string | Name of the table or view to which it refers. |
Example
Copy
<synonym name='gvenmovl_s' table='gvenmovl'></synonym>