mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
d91c97d15d
* Replace underscores with hyphens * remove temporary code * fix style check * fix collapse
13 lines
401 B
Markdown
13 lines
401 B
Markdown
---
|
||
toc_priority: 38
|
||
toc_title: merge
|
||
---
|
||
|
||
# merge {#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.
|
||
|
||
[Original article](https://clickhouse.tech/docs/en/query_language/table_functions/merge/) <!--hide-->
|