书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 7749 个相关结果.
  • RENAME INDEX

    RENAME INDEX Synopsis Examples MySQL compatibility See also RENAME INDEX The statement ALTER TABLE .. RENAME INDEX renames an existing index to a new name. This operation i...
  • TRIM()

    TRIM() 函数说明 函数语法 参数释义 示例 TRIM() 函数说明 TRIM() 函数返回一个字符串,删除不需要的字符。 你可以使用 LEADING ,TRAILING 或 BOTH 选项明确指示 TRIM() 函数从字符串中删除前导,尾随或前导和尾随的不必要的字符。 如果你没有指定任何内容,TRIM() 函...
  • CREATE VIEW

    CREATE VIEW Description Syntax Examples CREATE VIEW Description The view is a virtual table based on the result-set of an SQL statement. A view contains rows and colu...
  • 子查询

    语法 参数 嵌套子查询的展开(Unnesting of Nested Subqueries) 示例 子查询指的是 SELECT 查询语句中嵌套了另一个或者多个 SELECT 语句,可以返回单行结果、多行结果或不返回结果。SELECT 语句的 FROM 子句中的子查询也称为内联视图,SELECT 语句的 WHERE 子句中的子查询也称为嵌...
  • JSON 函数

    JSON 函数 JSON_EXTRACT() 函数 JSON_QUOTE() 函数 JSON_UNQUOTE() 函数 JSON 函数 MatrixOne 支持以下 JSON 函数: 名称 描述 JSON_EXTRACT() 从 JSON 文档返回数据 JSON_QUOTE() 引用 JSON 文档 JSON_UNQUOTE() 取消引用 JS...
  • CREATE TABLE

    CREATE TABLE Synopsis Examples MySQL compatibility See also CREATE TABLE This statement creates a new table in the currently selected database. It behaves similarly to the C...
  • TAN()

    TAN() Description Syntax Arguments Examples TAN() Description The TAN() function returns the tangent of input number(given in radians). Syntax > TAN ( number ) ...
  • TAN()

    TAN() Description Syntax Arguments Examples TAN() Description The TAN() function returns the tangent of input number(given in radians). Syntax > TAN ( number ) ...
  • COS()

    COS() Description Syntax Arguments Examples COS() Description The COS() function returns the cosine of input number(given in radians). Syntax > COS ( number ) ...
  • TAN(/)

    TAN() Description Syntax Arguments Examples TAN() Description The TAN() function returns the tangent of input number(given in radians). Syntax > TAN ( number ) ...