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

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

    CREATE DATABASE 功能描述 注意事项 语法格式 参数说明 示例 相关链接 优化建议 CREATE DATABASE 功能描述 创建一个新的数据库。缺省情况下新数据库将通过复制标准系统数据库template0来创建,且仅支持使用template0来创建。 注意事项 只有拥有CREATEDB权限的用户才可以创建新数据库,...
  • Database Stat

    Database Stat Database Stat Database Stat列名称及描述如下表所示。 表 1 Database Stat报表主要内容 列名称 描述 DB Name 数据库名称。 Backends 连接到该数据库的后端数。 Xact Commit 此数据库中已经提交的事务数。 ...
  • CREATE DATABASE

    Synopsis Description Parameters Notes Examples Compatibility See Also Creates a new database. Synopsis CREATE DATABASE name [ [ WITH ] [ OWNER [=] <user_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...
  • Testing a Database

    Testing a Database Add tests for the SQL app File structure Create the new database session Create the database Dependency override Test the app Testing a Database Warning...
  • Database statistics

    MatrixOne database statistics The number of tables in the database Example The number of columns in the table Example The maximum and minimum values ​​contained in all columns ...
  • USE DATABASE

    USE Description Syntax Examples USE Description The USE statement tells MatrixOne to use the named database as the default (current) database for subsequent statements...
  • Create Database

    Create a Database Before you start What is database Create databases View databases Rules in database creation Create a Database This document describes how to create a dat...
  • Testing a Database

    Testing a Database Add tests for the SQL app File structure Create the new database session Create the database Dependency override Test the app Testing a Database Warning...