hotfix: port influxql sql string fixes to clustered and dedicated

pull/5395/head
Scott Anderson 2024-03-27 11:08:24 -06:00
parent 8761714d00
commit 01bd82e123
2 changed files with 4 additions and 4 deletions

View File

@ -240,7 +240,7 @@ LIMIT 3
Concatenates multiple strings together with a specified separator.
```sql
concat(separator, str[, ..., str_n])
concat_ws(separator, str[, ..., str_n])
```
##### Arguments
@ -1484,7 +1484,7 @@ uuid()
```
{{< expand-wrapper >}}
{{% expand "View `upper` query example" %}}
{{% expand "View `uuid` query example" %}}
_The following example uses the sample data set provided in the
[Get started with InfluxDB tutorial](/influxdb/cloud-dedicated/get-started/write/#construct-line-protocol)._

View File

@ -240,7 +240,7 @@ LIMIT 3
Concatenates multiple strings together with a specified separator.
```sql
concat(separator, str[, ..., str_n])
concat_ws(separator, str[, ..., str_n])
```
##### Arguments
@ -1484,7 +1484,7 @@ uuid()
```
{{< expand-wrapper >}}
{{% expand "View `upper` query example" %}}
{{% expand "View `uuid` query example" %}}
_The following example uses the sample data set provided in the
[Get started with InfluxDB tutorial](/influxdb/clustered/get-started/write/#construct-line-protocol)._