Deletes the specified alias table.
Syntax
UNLOADALIAS aliasName| Parameter | Description |
|---|---|
aliasName | Name of the alias table to unload. |
Example
Assume that flavors is an alias table mapping the following flavor names to the numerically-named children of Product:
"400-10" Guava "400-20" Tangerine "400-30" Mango
These flavors are discontinued. To delete the alias table called flavors, first select the application and database, and then enter the following:
UNLOADALIAS "flavors";
See Also