We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b37dff commit 6dcc320Copy full SHA for 6dcc320
docs/integrations/data-ingestion/etl-tools/vector-to-clickhouse.md
@@ -162,7 +162,7 @@ Notice that the second string returned is the user agent successfully parsed fro
162
163
Before looking at the final `CREATE MATERIALIZED VIEW` command, let's view a couple more functions used to clean up the data.
164
For example, the value of `RequestMethod` is `"GET` containing an unwanted double-quote.
165
-You can use the [`trim`](/sql-reference/functions/string-functions#trim) function to remove the double quote:
+You can use the [`trimBoth` (alias `trim`)](/sql-reference/functions/string-functions#trimBoth) function to remove the double quote:
166
167
```sql
168
SELECT trim(LEADING '"' FROM '"GET')
0 commit comments