ALTER DATABASE 语法图 示例 MySQL 兼容性 另请参阅 ALTER DATABASE ALTER DATABASE 用于修改指定或当前数据库的默认字符集和排序规则。ALTER SCHEMA 跟 ALTER DATABASE 操作效果一样。 语法图 AlterDatabaseStmt DatabaseOption...
ALTER DATABASE Synopsis Examples MySQL compatibility See also ALTER DATABASE ALTER DATABASE is used to specify or modify the default character set and collation of the curr...
Database Preparation MySQL/MariaDB PostgreSQL Database Connection over TLS Prerequisites PostgreSQL MySQL Database Preparation You need a database to use Gitea. Gitea supp...
USE Description Syntax Examples USE Description The USE statement tells MatrixOne to use the named database as the default (current) database for subsequent statements...
DROP DATABASE Description Syntax Examples DROP DATABASE Description Drop a database. Syntax > DROP DATABASE [ IF EXISTS ] <database_name> Examples CREATE D...