docs-v2/content/influxdb3/clustered/reference/sql/operators/other.md

874 B

title list_title description menu weight list_code_example source
Other SQL operators Other operators SQL supports other miscellaneous operators that perform various operations.
influxdb3_clustered
name parent
Other operators Operators
305 | Operator | Meaning | Example | Result | | :------------: | :----------------------- | :-------------------------------------- | :------------ | | `||` | Concatenate strings | `'Hello' || ' world'` | `Hello world` | | `AT TIME ZONE` | Apply a time zone offset | _[View example](/influxdb3/clustered/reference/sql/operators/other/#at-time-zone)_ | | /shared/sql-reference/operators/other.md