Skip to content

Commit 6dcc320

Browse files
authored
update anchor
1 parent 0b37dff commit 6dcc320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/data-ingestion/etl-tools/vector-to-clickhouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Notice that the second string returned is the user agent successfully parsed fro
162162

163163
Before looking at the final `CREATE MATERIALIZED VIEW` command, let's view a couple more functions used to clean up the data.
164164
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:
165+
You can use the [`trimBoth` (alias `trim`)](/sql-reference/functions/string-functions#trimBoth) function to remove the double quote:
166166

167167
```sql
168168
SELECT trim(LEADING '"' FROM '"GET')

0 commit comments

Comments
 (0)