书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 49868 个相关结果.
  • CREATE DATABASE

    CREATE DATABASE Synopsis Description Parameters Notes Examples Compatibility See Also CREATE DATABASE Creates a new database. Synopsis CREATE DATABASE name [ [ WITH ...
  • ALTER DATABASE

    ALTER DATABASE Synopsis Description Parameters Notes Examples Compatibility See Also ALTER DATABASE Changes the attributes of a database. Synopsis ALTER DATABASE <name...
  • ALTER DATABASE

    Synopsis Description Parameters Notes Examples Compatibility See Also Changes the attributes of a database. Synopsis ALTER DATABASE <name> [ WITH CONNECTION LIMIT <c...
  • Securing the Database

    Securing the Database Accessing a Kerberized Hadoop Cluster Platform Hardening Securing the Database Introduces Greenplum Database security topics. The intent of security con...
  • DROP DATABASE

    DROP DATABASE Description Syntax Parameters Examples Related Statements DROP DATABASE Description Drop a database and delete the directory associated with the database fro...
  • Securing the Database

    Securing the Database Accessing a Kerberized Hadoop Cluster Platform Hardening Securing the Database Introduces Greenplum Database security topics. The intent of security con...
  • DROP DATABASE

    DROP DATABASE Synopsis Examples MySQL compatibility See also DROP DATABASE The DROP DATABASE statement permanently removes a specified database schema, and all of the table...
  • DROP DATABASE

    DROP DATABASE 语法图 示例 MySQL 兼容性 另请参阅 DROP DATABASE DROP DATABASE 语句用于永久删除指定的数据库,以及删除所有在 schema 中创建的表和视图。与被删数据库相关联的用户权限不受影响。 语法图 DropDatabaseStmt ::= 'DROP' 'DAT...
  • CREATE DATABASE

    CREATE DATABASE 语法图 语法说明 示例 MySQL 兼容性 另请参阅 CREATE DATABASE CREATE DATABASE 语句用于在 TiDB 上创建新数据库。按照 SQL 标准,“数据库”一词在 MySQL 术语中最接近 “schema”。 语法图 CreateDatabaseStmt ::= ...
  • ALTER DATABASE

    ALTER DATABASE 语法图 示例 MySQL 兼容性 另请参阅 ALTER DATABASE ALTER DATABASE 用于修改指定或当前数据库的默认字符集和排序规则。ALTER SCHEMA 跟 ALTER DATABASE 操作效果一样。 语法图 AlterDatabaseStmt ::= 'ALT...