ALTER SCHEMASection: SQL Commands (7)Updated: 2003-11-02 |
ALTER SCHEMASection: SQL Commands (7)Updated: 2003-11-02 |
ALTER SCHEMA name RENAME TO newname
ALTER SCHEMA changes the definition of a schema. The only functionality is to rename the schema. To rename a schema you must own the schema and have the privilege CREATE for the database.
There is no ALTER SCHEMA statement in the SQL standard.