You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/sql-reference/table-functions/merge.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
---
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.'
4
3
sidebar_label: 'merge'
5
4
sidebar_position: 130
6
5
slug: /sql-reference/table-functions/merge
@@ -9,7 +8,7 @@ title: 'merge'
9
8
10
9
# merge Table Function
11
10
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.
0 commit comments