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

    MIGRATE DATABASE description example keyword MIGRATE DATABASE description (已废弃!!!) 该语句用于迁移一个逻辑集群的数据库到另外一个逻辑集群,执行此操作前数据库必须已经处于链接状态, 需要管理 员权限 语法 MIGRATE DATA...
  • DROP DATABASE

    DROP DATABASE description example keyword DROP DATABASE description 该语句用于删除数据库( database ) 语法: DROP DATABASE [ IF EXISTS ] db_name ; 说明: 执行 DROP DATA...
  • ALTER DATABASE

    ALTER DATABASE 概要 描述 Parameters 注意 示例 兼容性 另见 ALTER DATABASE 修改数据库的属性 概要 ALTER DATABASE name [ WITH CONNECTION LIMIT connlimit ] ALTER DATABASE name RENAME TO n...
  • Database Functions

    Database Functions Comparison and conversion functions Cast Coalesce Greatest Least NullIf Date functions Extract DateField extracts DateTimeField extracts Now T...
  • DROP DATABASE

    删除数据库 概要 描述 参数 注意 示例 兼容性 另见 删除数据库 删除一个数据库。 概要 DROP DATABASE [ IF EXISTS ] name 描述 DROP DATABASE 删除了一个数据库。它删除了数据的目录条目并且删除了包含该数据的目录。它只能被拥有该数据库的用户执行。另外,当用户或者是其他用户...
  • Copying a Database

    Copying a Database Copying a Database To copy a database within a single mongod process, or between mongodservers, simply connect to the target mongod and use thecommand() me...
  • Database(index)

    Database 属性 Command command Geo Geo 方法 Database.collection(name: string): Collection Database.createCollection(collectionName: string): Promise<Object> Database.serverDate(opt...
  • Updating in the database

    Updating in the database Updating in the database Now let’s load a single photo from the database, update it and save it: import { createConnection } from "typeorm" ; ...
  • Database Functions

    Database Functions Comparison and conversion functions Cast Coalesce Greatest Least Date functions Extract DateField extracts DateTimeField extracts Now Trunc DateField tr...
  • Database Names

    Database Names Database Names ArangoDB will always start up with a default database, named _system.Users can create additional databases in ArangoDB, provided the databasenames...