ALTER SCHEMA

4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next

version 11.3


ALTER SCHEMA sql_name RENAME TO sql_name

Description

The ALTER SCHEMA command can be used to rename the sql_name (first parameter) SQL schema to sql_name (second parameter).

Only the database Designer and Administrator can modify schemas.

Example

Renaming of the MyFirstSchema schema to MyLastSchema:

   ALTER SCHEMA MyFirstSchema RENAME TO MyLastSchema

See Also

CREATE SCHEMA.


4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next