Robert Schulze
56eece40ec
Merge pull request #40736 from LevyCory/add-offset-to-formatDateTime
...
Add timezone offset support to `formatDateTime`
2022-09-01 09:50:17 +02:00
Cory Levy
1e2eee7146
Remove unnecessary backslashes in markdown sql blocks
2022-08-29 16:31:31 -04:00
DanRoscigno
c4b8137d31
replace symlinks
2022-08-29 12:19:50 -04:00
DanRoscigno
7f92006428
add slugs to all docs
2022-08-26 15:07:59 -04:00
Robert Schulze
55ff546322
Fix typo
2022-08-11 20:42:59 +00:00
Dan Roscigno
35ee71a908
Merge pull request #40110 from ClickHouse/fix-docs-for-39287
...
Fix documentation of "modulo(a, b)"
2022-08-11 16:14:28 -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
Alexey Milovidov
8374f31306
Merge pull request #39425 from arenadata/ADQM-485
...
Add support of dates from year 1900 to 2299 for Date32 and DateTime64
2022-08-11 05:01:53 +03:00
Robert Schulze
7c59331e0e
Make examples for function 'parseDateTimeBestEffort()' less ambiguous
...
"12/12" and "12-12" could be interpreted as MM/DD or DD/MM and therefore
were not great examples.
2022-08-09 08:56:05 +00:00
Roman Vasin
e3192cf753
Correct docs to reflect new range 1900..2299 for Date32 and DateTime64; Cleanup code
2022-07-20 15:19:02 +00:00
ni1l
ca702b4593
Update the Chinese version of encoding-functions.md
2022-05-19 23:52:08 +08:00
ni1l
1bec6edd24
Sync the English version of conditional-functions.md and date-time-functions.md to the Chinese document
2022-05-17 00:30:26 +08:00
ni1l
e85c616704
fix the broken link in the bit-functions.md
2022-05-16 18:03:09 +08:00
ni1l
ee368b522f
Sync the English version of bit-functions.md to the Chinese document
2022-05-15 23:21:05 +08: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
mergify[bot]
2d1057bc87
Merge branch 'master' into fix-substring-negative-offset-length
2022-05-07 10:30:39 +00:00
Memo
956d525840
fix conflict
2022-04-22 11:22:50 +08:00
Memo
39aadf0975
replaced toStartOfFiveMinute to toStartOfFiveMinutes
2022-04-22 10:49:59 +08:00
rfraposa
4feb622c9f
Added /zh docs
2022-04-10 17:08:18 -06:00
G5.Qin
074ff9b533
fix ext-dict-functions.md in Chinese documentation
...
"dictGetHierarchy" in Chinese is not "独裁主义"
2022-03-18 17:12:26 +08:00
Alexey Milovidov
76520a138e
Change examples in docs
2022-03-12 00:36:03 +01:00
RogerYK
c2e8322895
Update old docs
2022-01-26 15:59:40 +08:00
Denny Crane
0cb9e979ca
actualize trailing zeros removal in documentation
2022-01-07 14:53:17 -04:00
vxider
52fa82b4d4
rename window-view function to time window function
2021-12-10 09:43:44 +00:00
Vxider
b74af1af5d
fix window view docs
2021-12-10 00:51:31 +08:00
vxider
45527768b2
small update for window view doc
2021-12-09 02:34:37 +00:00
vxider
eb759c83f6
window view docs improvement
2021-12-08 14:43:26 +00:00
Ivan Blinkov
6a293d73f9
make_links.sh
2021-09-20 09:51:41 +03: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
igomac
91813b0110
Update docs/zh/sql-reference/functions/ym-dict-functions.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-21 00:53:19 +08:00
igomac
1d7c58238f
Create ym-dict-functions.md
...
add missing translation
2021-08-20 12:27:19 +08:00
igomac
0a5c979907
Update docs/zh/sql-reference/functions/ym-dict-functions.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-20 12:03:57 +08:00
igomac
f5af6fae2f
Update docs/zh/sql-reference/functions/ym-dict-functions.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-20 12:03:49 +08:00
igomac
0380091be8
Update ym-dict-functions.md
...
Fix mistranslated content
2021-08-19 18:03:43 +08:00
董海镔
3dcff2124c
rename bitmapSubsetOffsetLimit to subBitmap and modify the rb_offset_limit function logic
2021-08-07 18:47:33 +08:00
董海镔
e8b6c0a227
add bitmapSubsetOffsetLimit function
2021-08-06 00:44:07 +08:00
Alexey Milovidov
df3be36758
Remove trailing whitespaces from docs
2021-07-29 18:27:50 +03:00
Alexey Milovidov
d87d833691
Remove trailing whitespaces from docs
2021-07-29 18:20:55 +03:00
Maksim Kita
69c30d658c
Merge pull request #26110 from ywill3/patch-2
...
Update bitmap-functions.md
2021-07-09 12:16:40 +03:00
ywill3
89c72da7f3
Update bitmap-functions.md
...
may be inappropriate sub-title
2021-07-09 10:14:10 +08:00
ywill3
325e0764fe
Update bitmap-functions.md
...
bitmapSubsetLimit example sql is wrong
2021-07-09 10:05:27 +08:00
fancno
1794bff6af
Update array-functions.md
...
change arryjoin to arrayJoin
2021-04-29 19:40:44 +08:00
Amos Bird
32c84f77c3
Resurrect indexHint function.
2021-04-20 19:27:23 +08:00
Maksim Kita
aa88ac65dd
DateTime functions zh documentation fix
2021-01-26 10:09:22 +03:00
jianmei zhang
e967b6bf49
add a %Q replacement for formatDateTime
2021-01-18 12:16:32 +08:00
Sherry Wang
38523bf9dc
Fix some translation errors in string-replace-functions
2020-12-11 13:48:32 +08:00
alexey-milovidov
e11790f61a
Merge pull request #17880 from MrGeneral/master
...
update and fix over-translation on date-time-functions
2020-12-11 02:26:31 +03:00
Steve-金勇
5fc67379ea
Update introspection.md
...
Improve translation of Chinese.
There are several language parts that hard to understand.
优化一些翻译,主要是语句不通的地方。
2020-12-10 16:36:05 +08:00
Mr.General
e7376f45f4
update and fix over-translation on date-time-functions
2020-12-08 09:29:00 +08:00
alexey-milovidov
18d5f6dc47
Merge pull request #17751 from zhangjmruc/master
...
Fix over-translation, update contents to latest and some translation errors on random-functions, encoding-functions, conditional-functions and misc.
2020-12-04 14:58:31 +03:00