mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 05:03:20 +00:00
13d9a4eebe
Edit page link is fixed too for both language versions of documentation.
7 lines
243 B
Markdown
7 lines
243 B
Markdown
# merge
|
||
|
||
`merge(db_name, 'tables_regexp')` – Creates a temporary Merge table. For more information, see the section "Table engines, Merge".
|
||
|
||
The table structure is taken from the first table encountered that matches the regular expression.
|
||
|