Deletes the specified alias table.
UNLOADALIAS aliasName
aliasName | Name of the alias table to unload. |
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";
LISTALIASES
DISPLAYALIAS
SETALIAS
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |