Skip to content

Commit b5a9693

Browse files
Update docs for merge() function
Update docs, as ClickHouse#73956 was merged
1 parent 144bb7e commit b5a9693

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 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 deriving common types.
1312

1413
**Syntax**
1514

0 commit comments

Comments
 (0)