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

    描述 前置条件 格式 参数解释 示例 描述 用于从回收站中恢复被删除的DATABASE。 前置条件 回收站需要处于开启状态,可以通过 show variables like 'recyclebin'; 来查看回收站是否开启。 OceanBase ( admin@test )> show variables like 'rec...
  • DROP DATABASE

    描述 格式 参数解释 示例 描述 DROP DATABASE 用于删除数据库。 格式 drop_database_stmt : DROP DATABASE [ IF EXISTS ] database_name ; 参数解释 参数 描述 IF EXISTS 用于防止当数据库不存在时发生错误。 data...
  • CREATE DATABASE

    描述 格式 参数解释 示例 描述 该语句用于创建数据库,并可以指定数据库的默认属性(如数据库默认字符集,校验规则等)。 格式 create_database_stmt : CREATE { DATABASE | SCHEMA } [ IF NOT EXISTS ] database_name [ database...
  • ALTER DATABASE

    格式 ALTER DATABASE [ dbname ] alter_specification_list ; alter_specification_list : [ SET ] alter_specification [ alter_specification …] alter_spec...
  • FLASHBACK DATABASE

    描述 前置条件 格式 参数解释 示例 描述 用于从回收站中恢复被删除的DATABASE。 前置条件 回收站需要处于开启状态,可以通过 show variables like 'recyclebin'; 来查看回收站是否开启。 OceanBase ( admin@test )> show variables like 'rec...
  • CREATE DATABASE

    CREATE DATABASE Synopsis Description Parameters Notes Examples Compatibility See Also CREATE DATABASE Creates a new database. Synopsis CREATE DATABASE <database_name...
  • Creating a Database

    Creating a Database Creating a Database Django includes several applications by default (e.g., the admin program and user management and authentication). Some of these applicat...
  • Database Functions

    Database Functions Comparison and conversion functions Cast Coalesce Greatest Least NullIf Date functions Extract DateField extracts DateTimeField extracts Now Trunc Date...
  • Connect to Database

    To be able to work with the content and structure of a database, you need to connect to it. When you create a new connection to a database, DBeaver automatically connects to the n...
  • Database Methods

    Database Methods View Create All Views Drop Database Methods View db._view(view-name) Returns the view with the given name or null if no such view exists. arangosh > ...