Update time-and-date.md to correct supported `interval` types (#5314)
* Update time-and-date.md Fixes https://github.com/influxdata/docs-v2/issues/5313 Update docs to correct supported interval type * Update content/influxdb/cloud-serverless/reference/sql/functions/time-and-date.mdpull/5315/head
parent
89e410ce92
commit
81c6e3edfd
|
@ -218,10 +218,14 @@ The following intervals are supported:
|
|||
- hours
|
||||
- days
|
||||
- weeks
|
||||
|
||||
<!-- https://github.com/influxdata/influxdb_iox/issues/9958 tracks adding this -->
|
||||
The following intervals are not currently supported:
|
||||
- months
|
||||
- years
|
||||
- century
|
||||
|
||||
|
||||
##### Related functions
|
||||
|
||||
[interpolate](/influxdb/cloud-serverless/reference/sql/functions/misc/#interpolate),
|
||||
|
|
Loading…
Reference in New Issue