cfanbo
2e49255f06
docs: fix func name error
2023-08-29 15:11:28 +08:00
Ivan Blinkov
61c2f23713
Remove leftover empty lines at the end of markdown files
2023-01-09 15:15:18 +01:00
Ivan Blinkov
b7e082d033
Remove "Original article links"
2023-01-09 15:13:36 +01:00
DanRoscigno
7f92006428
add slugs to all docs
2022-08-26 15:07:59 -04:00
Robert Schulze
aa42a42e0f
Fix documentation of "modulo(a, b)"
...
Fixes #39287
ClickHouse uses the same semantics for modulo on floats as Python, i.e.
4.2 % 2.0 = 0.2
and not as previously documented:
4.2 % 2.0 --> (drop decimal places) --> 4 % 2 = 0.
Fixed the documentation.
2022-08-11 08:23:43 +00:00
ni1l
89d6409ed1
Sync the arithmetic functions and array functions in the Chinese document with the English document
2022-05-12 00:33:31 +08:00
rfraposa
4feb622c9f
Added /zh docs
2022-04-10 17:08:18 -06:00
Ivan Blinkov
f429db1ee9
find . -type f -name '*.md'| xargs -I{} perl -pi -e 's| https://clickhouse.tech | https://clickhouse.com |g' {}
2021-09-19 23:05:54 +03:00
Tom Bombadil
246c86d14a
Update arithmetic-functions.md
...
Update its Chinese translation.
2020-07-12 16:28:00 +08:00
zzsmdfj
174b687a44
update zh-docs-functions ( #11464 )
2020-06-08 08:29:08 +03:00
Ivan Blinkov
d91c97d15d
[docs] replace underscores with hyphens ( #10606 )
...
* Replace underscores with hyphens
* remove temporary code
* fix style check
* fix collapse
2020-04-30 21:19:18 +03:00