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)_ | |
|
/content/shared/sql-reference/operators/other.md |