Skip to content

Commit ebbdf80

Browse files
authored
Merge pull request ClickHouse#79882 from nikita-vanyasin/patch-2
Update docs for merge() function
2 parents b7d1a38 + a717bbd commit ebbdf80

File tree

1 file changed

+2
-3
lines changed
  • docs/en/sql-reference/table-functions

1 file changed

+2
-3
lines changed

docs/en/sql-reference/table-functions/merge.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
description: 'Creates a temporary Merge table. The table structure is taken from the
3-
first table encountered that matches the regular expression.'
2+
description: 'Creates a temporary Merge table. The structure will be derived from underlying tables by using a union of their columns and by deriving common types.'
43
sidebar_label: 'merge'
54
sidebar_position: 130
65
slug: /sql-reference/table-functions/merge
@@ -9,7 +8,7 @@ title: 'merge'
98

109
# merge Table Function
1110

12-
Creates a temporary [Merge](../../engines/table-engines/special/merge.md) table. The table structure is taken from the first table encountered that matches the regular expression.
11+
Creates a temporary [Merge](../../engines/table-engines/special/merge.md) table. The structure will be derived from underlying tables by using a union of their columns and by deriving common types.
1312

1413
**Syntax**
1514

0 commit comments

Comments
 (0)