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

13 lines
401 B
Markdown
Raw Normal View History

2020-04-03 13:23:32 +00:00
---
toc_priority: 38
toc_title: merge
---
2020-03-20 10:10:48 +00:00
# merge {#merge}
2020-03-20 10:10:48 +00:00
`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.
2020-01-30 10:34:55 +00:00
[Original article](https://clickhouse.tech/docs/en/query_language/table_functions/merge/) <!--hide-->