Fix documentation after review

This commit is contained in:
Ivan Remen 2019-06-19 11:05:56 +03:00
parent f6b16e40af
commit 35ccd128f4
2 changed files with 4 additions and 4 deletions

View File

@ -165,9 +165,9 @@ Returns a string that removes the whitespace characters on right side.
Returns a string that removes the whitespace characters on either side.
## crc32(s)
## CRC32(s)
Returns the crc32 hashsum of a string
Returns the CRC32 checksum of a string
The result type is UInt32.
[Original article](https://clickhouse.yandex/docs/en/query_language/functions/string_functions/) <!--hide-->

View File

@ -117,8 +117,8 @@ SELECT format('{} {}', 'Hello', 'World')
## tryBase64Decode(s)
Функционал аналогичен base64Decode, но при невозможности декодирования возвращает пустую строку.
## crc32(s)
Возвращает хэш-сумму crc32 данной строки.
## CRC32(s)
Возвращает чексумму CRC32 данной строки.
Тип результата - UInt32.
[Оригинальная статья](https://clickhouse.yandex/docs/ru/query_language/functions/string_functions/) <!--hide-->