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

    minute description Syntax example keywords minute description Syntax INT MINUTE(DATETIME date) Returns minute information in the time type, ranging from 0,59 The parame...
  • YEAR

    year Description Syntax example keywords year Description Syntax INT YEAR(DATETIME date) Returns the year part of the date type, ranging from 1000 to 9999 The parameter...
  • SECOND

    second description Syntax example keywords second description Syntax INT SECOND(DATETIME date) Returns second information in the time type, ranging from 0,59 The parame...
  • HOUR

    hour description Syntax example keywords hour description Syntax INT HOUR(DATETIME date) Returns hour information in the time type, ranging from 0,23 The parameter is D...
  • TO_DAYS

    to_days description Syntax example keywords to_days description Syntax INT TO_DAYS(DATETIME date) 返回date距离0000-01-01的天数 参数为Date或者Datetime类型 example mysql > select ...
  • now

    now Description Syntax example keyword now Description Syntax DATETIME NOW () Get the current time and return it in Datetime type example mysql > select now (); +...
  • 表管理

    表管理 表管理 当前版本:v3.0, 更新时间:2020-09-16 1. 查看表信息 在松果时序数据库中,可以通过查询系统表 sys_table 及 sys_column 获取系统表和数据表的表结构。 2. 创建数据表 使用 CREATE TABALE 语句创建表。每个表必须有两个固定的列:设备ID(devid)列,数据类型为bi...
  • 表管理

    表管理 表管理 1. 查看表信息 在松果时序数据库中,可以通过查询系统表 sys_table 及 sys_column 获取系统表和数据表的表结构。 2. 创建数据表 使用 CREATE TABALE 语句创建表。每个表必须有两个固定的列:设备ID(devid)列,数据类型为bigint,以及时间戳(tstamp)列,数据类型为date...
  • VARIANCE,VARPOP,VARIANCEPOP

    VARIANCE,VAR_POP,VARIANCE_POP Description Syntax example keyword VARIANCE,VAR_POP,VARIANCE_POP Description Syntax VARIANCE(expr) Returns the variance of the expr express...
  • Dayofmonth

    Dayofmonth Description Syntax example keyword DAYOFMONTH Dayofmonth Description Syntax ‘INT DAYOFMONTH (DATETIME date)’ Get the day information in the date, and return...