Creates a text configuration object.
CREATE TEXT CONFIGURATION [ owner.]new-config-name FROM [ owner.]existing-config-name
You create a text configuration object using another text configuration object as a template and then alter the options as needed using the ALTER TEXT CONFIGURATION statement.
To view the list of all text configuration objects in the database, including their settings, query the SYSTEXTCONFIG system view. See SYSTEXTCONFIG system view.
Must have DBA or RESOURCE authority.
Automatic commit
SQL/2003 Vendor extension.
The following CREATE TEXT CONFIGURATION statement creates a text configuration object, max-term-sixteen, using the default_char text configuration object. The subsequent ALTER TEXT CONFIGURATION statement changes the maximum term length for max-term-sixteen to 16.
CREATE TEXT CONFIGURATION max-term-sixteen FROM default_char; ALTER TEXT CONFIGURATION max-term-sixteen MAXIMUM TERM LENGTH 16; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |