mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Merge pull request #57835 from andrewzolotukhin/patch-1
Fixed typo in string-functions.md
This commit is contained in:
commit
b721f027ae
@ -1251,7 +1251,7 @@ This function also replaces numeric character references with Unicode characters
|
||||
**Syntax**
|
||||
|
||||
``` sql
|
||||
decodeHTMComponent(x)
|
||||
decodeHTMLComponent(x)
|
||||
```
|
||||
|
||||
**Arguments**
|
||||
@ -1268,7 +1268,7 @@ Type: [String](../../sql-reference/data-types/string.md).
|
||||
|
||||
``` sql
|
||||
SELECT decodeHTMLComponent(''CH');
|
||||
SELECT decodeHMLComponent('I♥ClickHouse');
|
||||
SELECT decodeHTMLComponent('I♥ClickHouse');
|
||||
```
|
||||
|
||||
Result:
|
||||
|
Loading…
Reference in New Issue
Block a user