书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 49633 个相关结果.
  • 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...
  • ALTER DATABASE

    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 Operation

    Database Operation List Database Create Database View Database Delete Database View Database Space Database Operation http://master_server is the master service, $db_name ...
  • ALTER DATABASE

    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 instrumentation

    Database instrumentation connection.execute_wrapper() Database instrumentation To help you understand and control the queries issued by your code, Django provides a hook for i...
  • Database transactions

    Database transactions Managing database transactions Django’s default transaction behavior Tying transactions to HTTP requests Controlling transactions explicitly Autocommit Wh...
  • Database Administration

    SHOW-CONFIG ADMIN-SET-CONFIG SET-VARIABLE INSTALL-PLUGIN UNINSTALL-PLUGIN ADMIN-SET-REPLICA-STATUS ADMIN-SET-REPLICA-VERSION ADMIN-SET-PARTITION-VERSION ADMIN-SET-TABLE-STA...
  • CREATE DATABASE

    CREATE DATABASE 语法说明 语法结构 示例 限制 CREATE DATABASE 语法说明 CREATE DATABASE 语句用于创建一个数据库。 语法结构 > CREATE DATABASE [ IF NOT EXISTS ] <database_name> [ create_option ...
  • 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...
  • DROP DATABASE

    DROP DATABASE Description Syntax Examples DROP DATABASE Description Drop a database. Syntax > DROP DATABASE [ IF EXISTS ] <database_name> Examples CREATE D...