Here is the SQL to change a database name.
|
1 |
ALTER DATABASE oldName MODIFY NAME = newName |
Here is the SQL to change a database name.
|
1 |
ALTER DATABASE oldName MODIFY NAME = newName |