象牙酥 Missing My Rainbow

2.InfluxDB-InfluxQL基础语法教程--目录

本文翻译自官网,官方文档地址:(https://docs.influxdata.com/influxdb/v1.7/query_language/data_exploration/)

InfluxQL是用于在InfluxDB中进行数据探索的类似于SQL的查询语法。下面将详细介绍在InfluxDB中使用select语句的情形。

接下来介绍的语法如下面的表格所示。

The Basics Configure Query Results General Tips on Query Syntax
The SELECT statement ORDER BY time DESC Time Syntax
The WHERE clause The LIMIT and SLIMIT clauses Regular Expressions
The GROUP BY clause The OFFSET and SOFFSET clauses Data types and cast operations
The INTO clause The Time Zone clause Merge behavior
Multiple statements
Subqueries

目录

  1. InfluxDB-InfluxQL基础语法教程--数据说明
  2. InfluxDB-InfluxQL基础语法教程--基本select语句
  3. InfluxDB-InfluxQL基础语法教程--WHERE子句
  4. InfluxDB-InfluxQL基础语法教程--GROUP BY子句
  5. InfluxDB-InfluxQL基础语法教程--INTO子句
  6. InfluxDB-InfluxQL基础语法教程--ORDER BY子句
  7. InfluxDB-InfluxQL基础语法教程--LIMIT and SLIMIT 子句
  8. InfluxDB-InfluxQL基础语法教程--OFFSET 和SOFFSET子句
posted @ 2019-10-17 14:52  象牙酥  阅读(3117)  评论(0编辑  收藏  举报