ClickHouse/docs/en/table_functions/merge.rst

7 lines
244 B
ReStructuredText
Raw Normal View History

2017-04-03 19:49:50 +00:00
merge
-----
2017-04-26 17:48:50 +00:00
``merge(db_name, 'tables_regexp')`` creates a temporary Merge table. For more information, see the section "Table engines, Merge".
2017-04-03 19:49:50 +00:00
2017-04-26 17:48:50 +00:00
The table structure is taken from the first table encountered that matches the regular expression.