书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 7812 个相关结果.
  • UTC_TIMESTAMP()

    UTC_TIMESTAMP() 函数说明 函数语法 参数释义 示例 限制 UTC_TIMESTAMP() 函数说明 将当前 UTC 时间以 YYYY-MM-DD hh:mm:ss 或 YYYYMMDDhhmmss 的格式返回,返回格式取决于函数是在字符串还是数字。 函数语法 > UTC_TIMESTAMP , ...
  • UTC_TIMESTAMP()

    UTC_TIMESTAMP() 函数说明 函数语法 参数释义 示例 限制 UTC_TIMESTAMP() 函数说明 将当前 UTC 时间以 YYYY-MM-DD hh:mm:ss 或 YYYYMMDDhhmmss 的格式返回,返回格式取决于函数是在字符串还是数字。 函数语法 > UTC_TIMESTAMP , ...
  • CEIL()

    CEIL() Description Syntax Arguments Examples CEIL() Description The CEIL(X) function returns the smallest integer value not less than X. Syntax > CEIL ( X ) ...
  • <

    < Description Syntax Examples < Description The < operator returns true only if the left-hand operand is less than the right-hand operand. Syntax > SELECT x < ...
  • INTERSECT

    INTERSECT Description Syntax Examples INTERSECT Description INTERSECT returns only the different rows of two or more queries. Syntax SELECT column_list FROM table_...
  • INTERSECT

    INTERSECT Description Syntax Examples INTERSECT Description INTERSECT returns only the different rows of two or more queries. Syntax SELECT column_list FROM table_...
  • <

    < Description Syntax Examples < Description The < operator returns true only if the left-hand operand is less than the right-hand operand. Syntax > SELECT x < ...
  • Decorrelation of Correlated Subquery

    Decorrelation of Correlated Subquery Introduction Restrictions Example Decorrelation of Correlated Subquery Subquery related optimizations describes how TiDB handles subquer...
  • SUBQUERY with IN

    Subqueries with IN 语法描述 语法结构 示例 限制 Subqueries with IN 语法描述 子查询可以与 IN 操作符一起使用,作为 “表达式 IN (子查询)”,查询某个范围内的数据。子查询应该返回带有一行或多行的单个列,以形成 IN 操作使用的值列表。 对多记录、单列子查询使用 IN 子句。...
  • CREATE [GLOBAL|SESSION] BINDING

    CREATE [GLOBAL|SESSION] BINDING Synopsis Examples MySQL compatibility See also CREATE [GLOBAL|SESSION] BINDING This statement creates a new execution plan binding in TiDB. B...