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.
2 parents 94360f5 + 603e8af commit 65f448bCopy full SHA for 65f448b
docs/query/DuneSQL-reference/Functions-and-operators/string.md
@@ -210,7 +210,7 @@ Here are some examples illustrating the translate function:
210
SELECT translate('abcd', 'a', 'zy'); -- 'zbcd'
211
SELECT translate('abcd', 'ac', 'z'); -- 'zbd'
212
SELECT translate('abcd', 'aac', 'zq'); -- 'zbd'
213
-````
+```
214
215
#### trim()
216
**``trim(string)``** → varchar
0 commit comments