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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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.'
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.'
3
3
sidebar_label: 'merge'
4
4
sidebar_position: 130
5
5
slug: /sql-reference/table-functions/merge
@@ -8,7 +8,7 @@ title: 'merge'
8
8
9
9
# merge Table Function
10
10
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.
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