Icon RENAME WORD GENERATOR

Renames an existing word generator.

Syntax
RENAME WORD GENERATOR <Name> TO <Name>

Usage
Use this statement to rename a word generator.

Examples
-- The following statement renames the Pascal
-- word generator to ObjectPascal

RENAME WORD GENERATOR "Pascal" TO "ObjectPascal"

Required Privileges
The 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 Deviations
This statement deviates from the SQL 2003 standard in the following ways:

DeviationDetails
ExtensionThis SQL statement is an ElevateDB extension
Image