ALTER WORD GENERATOR <Name>
[DESCRIPTION <Description>]
UsageUse this statement to alter an existing word generator.
All clauses are optional. If they are not specified, then they will not be altered and will stay the same as before the ALTER WORD GENERATOR statement was executed.
Examples
-- The following statement changes the description of the Pascal
-- word generator.
ALTER WORD GENERATOR "Pascal"
DESCRIPTION 'Pascal language word generator'
Required PrivilegesThe current user must be granted the system-defined Administrators role in order to execute this statement. Please see the User Security topic for more information.
SQL 2003 Standard DeviationsThis statement deviates from the SQL 2003 standard in the following ways: