Merge pull request #62596 from peter279k/update_translateUTF8_usage

Update translateUTF8 returned value description
This commit is contained in:
vdimir 2024-04-18 08:16:01 +00:00 committed by GitHub
commit b896c18599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -208,7 +208,7 @@ translateUTF8(s, from, to)
**Returned value**
- `s`: A string type [String](/docs/en/sql-reference/data-types/string.md).
- A [String](/docs/en/sql-reference/data-types/string.md) data type value.
**Examples**