Skip to content

Commit a717bbd

Browse files
Apply suggestions from code review
Co-authored-by: Bharat Nallan <[email protected]>
1 parent b5a9693 commit a717bbd

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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.'
33
sidebar_label: 'merge'
44
sidebar_position: 130
55
slug: /sql-reference/table-functions/merge
@@ -8,7 +8,7 @@ title: 'merge'
88

99
# merge Table Function
1010

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.
1212

1313
**Syntax**
1414

0 commit comments

Comments
 (0)