taiyang-li
e8847f2fb6
change as request
2023-03-01 21:15:01 +08:00
taiyang-li
f84eee778b
Merge branch 'master' into map_from_arrasy
2023-03-01 20:41:25 +08:00
taiyang-li
8edc677805
Merge branch 'master' into map_from_arrasy
2023-03-01 20:37:21 +08:00
robot-clickhouse-ci-2
c28ab44ce5
Merge pull request #47044 from ClickHouse/DanRoscigno-patch-4
...
add comment info to create table
2023-03-01 02:31:51 +01:00
Dan Roscigno
980680096e
Merge pull request #47043 from ClickHouse/DanRoscigno-patch-5
...
Add exaple of intDiv
2023-02-28 17:37:44 -05:00
Dan Roscigno
fa5b65a702
add comment info to create table
...
closes https://github.com/ClickHouse/ClickHouse/issues/37088
2023-02-28 17:35:52 -05:00
Dan Roscigno
97c8c21741
Add exaple of intDiv
...
closes https://github.com/ClickHouse/ClickHouse/issues/25703
2023-02-28 16:38:00 -05:00
Dan Roscigno
7c6e7622d8
docs: sample settings profile and assign to a user
...
closes https://github.com/ClickHouse/ClickHouse/issues/12311
2023-02-28 15:38:31 -05:00
Dan Roscigno
357415f4f5
Merge pull request #47034 from ClickHouse/DanRoscigno-patch-6
...
Correct return vals
2023-02-28 14:10:52 -05:00
Dan Roscigno
8c55ce8d72
Correct return vals
...
closes #43145
2023-02-28 12:07:11 -05:00
Dan Roscigno
7099e76cc3
Remove extra ]
...
closes #46172
2023-02-28 10:47:51 -05:00
Dan Roscigno
57f451ad2d
Remove table from intro page
...
The table was not kept up to date, removing as the list of table functions is in the nav. In the future the list will be auto generated below the intro material.
Closes #46944
2023-02-28 09:47:32 -05:00
robot-ch-test-poll2
49d4f1db5a
Merge pull request #46993 from ClickHouse/DanRoscigno-patch-5
...
Add link to Howto from Materialized view ref.
2023-02-28 14:12:05 +01:00
Dan Roscigno
f1e270b755
Add link to Howto from Materialized view ref.
...
closes https://github.com/ClickHouse/clickhouse-docs/issues/96
2023-02-27 15:41:52 -05:00
Dan Roscigno
69fa64e852
Add example of arrayStringConcat()
...
closes https://github.com/ClickHouse/clickhouse-docs/issues/124
2023-02-27 15:16:18 -05:00
Vladimir C
77e5b8272d
Merge pull request #46928 from juunone/patch-1
2023-02-27 12:21:40 +01:00
Robert Schulze
edde5e591f
Merge pull request #46939 from ClickHouse/rs/doc-update
...
Docs: Update sidebar entries
2023-02-27 09:20:58 +01:00
Robert Schulze
e153aae54e
Capitalize "Map" in heading
2023-02-27 08:15:04 +00:00
Robert Schulze
86dd9b9855
Docs: Sidebar: Remove leading "For" from "Searching/Replacing in Strings"
2023-02-27 08:13:24 +00:00
Robert Schulze
d32a3035fe
Docs: Sidebar entry "Working with maps" --> Maps
2023-02-27 08:10:19 +00:00
jun won
458c711799
docs: fixed Moving Sliding Average (per 10 days) query typo
...
fixed Moving Sliding Average (per 10 days) query typo
2023-02-27 14:04:19 +09:00
Robert Schulze
f53d38cf85
Merge branch 'master' into rs/like-with-trailing-percentage
2023-02-26 14:43:27 +01:00
Rich Raposa
bb51da7de1
Merge pull request #46805 from den-crane/patch-63
...
Doc. Final setting
2023-02-25 16:05:54 -07:00
Alexey Milovidov
c69f8f9712
Merge pull request #46836 from den-crane/patch-64
...
Doc. Examples for DEFAULT/MATERIALIZED/EPHEMERAL/ALIAS
2023-02-26 00:26:11 +03:00
Robert Schulze
cf062f0c5b
Small optimization of LIKE patterns with > 1 trailing %
...
Previously, LIKE pattern '%%%ab' became '.*.*ab'. Now, it becomes 'ab'
which is a bit faster (perhaps).
+ minor code cleanup + a minor doc update
2023-02-25 18:50:32 +00:00
Robert Schulze
2fd28b9eac
Merge pull request #46867 from ClickHouse/rs/escaping-docs
...
Fix escaping description in LIKE function docs
2023-02-25 18:44:20 +01:00
Robert Schulze
01e7f41c79
Fix escaping descriptionn in LIKE function docs
2023-02-25 17:13:57 +00:00
Rich Raposa
6e2cec9ab6
Update tuple-map-functions.md
2023-02-25 10:03:32 -07:00
Robert Schulze
d74632cdb7
Minor fixup of string escaping syntax docs
2023-02-25 15:23:15 +00:00
Denny Crane
95b701a37c
Update table.md
2023-02-24 13:17:30 -04:00
Denny Crane
9974f45ab0
Update table.md
2023-02-24 13:15:35 -04:00
Robert Schulze
b0abeefb74
Rectify string literals escaping docs
...
Cf. https://github.com/ClickHouse/ClickHouse/issues/46592#issuecomment-1437059603
2023-02-24 15:56:17 +00:00
Denny Crane
828b850335
Update from.md
2023-02-23 21:39:46 -04:00
Denny Crane
8851c268c2
Update from.md
2023-02-23 21:25:00 -04:00
Denny Crane
06a3c5598a
Update from.md
2023-02-23 21:21:36 -04:00
Rich Raposa
25a759d8d1
Update insert-into.md
...
Fix the formatting
2023-02-23 14:41:45 -07:00
Kruglov Pavel
0e7143070e
Update docs about format table function
2023-02-22 17:51:29 +01:00
Kseniia Sumarokova
bec094cd79
Merge pull request #46712 from kssenii/add-iceberg-doc
...
Add iceberg engine doc
2023-02-22 14:49:03 +01:00
kssenii
bac464f89b
Fix
2023-02-22 14:25:08 +01:00
kssenii
21fcc3b69c
Add iceberg doc
2023-02-22 12:04:24 +01:00
chen
c1e611334a
Update s3Cluster.md
2023-02-21 21:53:44 +08:00
chen
254cb1119b
Update s3Cluster.md
2023-02-21 21:52:17 +08:00
taiyang-li
eafac0f9a3
add docs
2023-02-21 11:17:44 +08:00
robot-clickhouse-ci-2
1d5cc9b387
Merge pull request #46579 from ClickHouse/rs/sparkbar-docs
...
Small update of sparkbar docs
2023-02-20 09:19:01 +01:00
Robert Schulze
5557e66766
Small update of sparkbar docs
...
- parameter name "width" was misleading
2023-02-20 08:03:40 +00:00
Alexander Gololobov
1b8cae8ee5
Merge pull request #46529 from ClickHouse/regexp_extract
...
Merge #46469
2023-02-19 10:28:35 +01:00
Robert Schulze
b2fe7bf5c7
Merge pull request #46498 from ClickHouse/rs/docs-catboostevaluate
...
Document that catboostEvaluate() is not available in ClickHouse Cloud
2023-02-16 21:07:53 +01:00
Robert Schulze
18cbc7b511
Docs: catboostEvaluate() is unavailable in Cloud
2023-02-16 19:19:25 +00:00
robot-ch-test-poll1
300dfbbef6
Merge pull request #46460 from ClickHouse/group-by-use-nulls-docs
...
Add documentation for `group_by_use_nulls` setting
2023-02-16 18:41:34 +01:00
Robert Schulze
0ff404da9c
Merge pull request #46302 from JakeBamrah/master
...
Expand date formatters and add `DATE_FORMAT` function for better MySQL compatibility
2023-02-16 17:54:12 +01:00