书栈网 · BookStack 本次搜索耗时 0.057 秒,为您找到 195937 个相关结果.
  • 内核错误信息

    内核错误信息 内核错误信息 ERRMSG: “unsupported syntax: ENCRYPTED WITH in this operation” SQLSTATE: 42601 CAUSE: “client encryption feature is not supported this operation.” ACTION: “Chec...
  • AUTO_INCREMENT Column

    AUTO_INCREMENT Column Functionality Uniqueness Density Syntax Examples Constraints and Limitations Usage Import Partial Update Usage Scenarios Dictionary Encoding Efficie...
  • 比较符

    比较符 OpenCypher兼容性 示例 == > >= < <= != IS [NOT] NULL IS [NOT] EMPTY 比较符 Nebula Graph支持的比较符如下。 符号 说明 = 赋值 + 加法 - 减法 * 乘法 / 除法 == 相等 != , <> 不等于 > 大于 >= ...
  • NOT BETWEEN … AND …

    NOT BETWEEN … AND … Description Syntax Examples NOT BETWEEN … AND … Description If expr is less than or equal to min and expr is greater than or equal to max, NOT BETW...
  • ALTER DOMAIN

    Synopsis Description Parameters Examples Compatibility See Also Changes the definition of a domain. Synopsis ALTER DOMAIN <name> { SET DEFAULT <expression> | DROP ...
  • NOT REGEXP

    not regexp description syntax example keywords not regexp description syntax BOOLEAN not regexp(VARCHAR str, VARCHAR pattern) Perform regular matching on the string str,...
  • not regexp

    not regexp description syntax example keyword not regexp description syntax BOOLEAN not regexp(VARCHAR str, VARCHAR pattern) Perform regular matching on the string str, ...
  • 创建表

    创建表 语法格式 示例 创建表 在当前数据库中创建一个新的空白表,该表由命令执行者所有。 创建表时,如未指定表的存储方式,默认创建的是行存表;如未指定分布列时,取表的主键列(如果有的话)或首个可以作为分布列的列。 语法格式 创建表。 CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY ...
  • DROP STATS

    DROP STATS Statement DROP STATS Statement Removes the specified statistics from a table or partition. The statistics were originally created by the COMPUTE STATS or COMPUTE IN...
  • System check framework

    System check framework API reference CheckMessage Builtin tags Core system checks Asynchronous support Backwards compatibility Caches Database MySQL and MariaDB Model fiel...