Back to Presto

ALTER SCHEMA

presto-docs/src/main/sphinx/sql/alter-schema.rst

0.297332 B
Original Source

============ ALTER SCHEMA

Synopsis

.. code-block:: none

ALTER SCHEMA name RENAME TO new_name

Description

Change the definition of an existing schema.

Examples

Rename schema web to traffic::

ALTER SCHEMA web RENAME TO traffic

See Also

:doc:create-schema