书栈网 · BookStack 本次搜索耗时 0.010 秒,为您找到 18282 个相关结果.
  • BIT_XOR

    BIT_XOR 函数说明 函数语法 参数释义 示例 BIT_XOR 函数说明 BIT_XOR() 是一个聚合函数,计算了列中所有位的按位异或。 函数语法 > BIT_XOR ( expr ) 参数释义 参数 说明 expr UINT 类型的列 示例 > drop table if exists t...
  • Bit Functions and Operators

    Bit Functions and Operators Overview & >> << ^ | ~
  • BIT_LENGTH()

    BIT_LENGTH() 函数说明 语法说明 参数释义 示例 BIT_LENGTH() 函数说明 返回字符串 str 的长度,单位为 bit。如果 str 为 NULL 则返回 NULL 。 语法说明 > BIT_LENGTH ( str ) 参数释义 参数 说明 str 必要参数,想要计算长度的字符串 ...
  • BIT_XOR

    BIT_XOR 函数说明 函数语法 参数释义 示例 BIT_XOR 函数说明 BIT_XOR() 是一个聚合函数,计算了列中所有位的按位异或。 函数语法 > BIT_XOR ( expr ) 参数释义 参数 说明 expr UINT 类型的列 示例 > drop table if exists t...
  • Bit Functions and Operators

    Bit Functions and Operators Overview & >> << ^ | ~
  • BIT_XOR

    BIT_XOR Description Syntax Arguments Examples BIT_XOR Description Aggregate function. The BIT_XOR(expr) function returns the bitwise XOR of all bits in expr. Synt...
  • BIT_XOR

    BIT_XOR 函数说明 函数语法 参数释义 示例 BIT_XOR 函数说明 BIT_XOR() 是一个聚合函数,计算了列中所有位的按位异或。 函数语法 > BIT_XOR ( expr ) 参数释义 参数 说明 expr UINT 类型的列 示例 > drop table if exists t...
  • BIT_LENGTH()

    BIT_LENGTH() 函数说明 语法说明 参数释义 示例 BIT_LENGTH() 函数说明 返回字符串 str 的长度,单位为 bit。如果 str 为 NULL 则返回 NULL 。 语法说明 > BIT_LENGTH ( str ) 参数释义 参数 说明 str 必要参数,想要计算长度的字符串 ...
  • group_bit_or

    group_bit_or description Syntax example keywords group_bit_or description Syntax expr GROUP_BIT_OR(expr) Perform an or calculation on expr, and return a new expr. All in...
  • bit_length

    bit_length description Syntax example keyword bit_length description Syntax INT bit_length(VARCHAR str) 返回字符串的位长度。 example mysql > select bit_length ( "abc" ); +-...