ClickHouse/docs/en/table_functions/merge.rst
2017-04-27 23:16:22 +03:00

7 lines
244 B
ReStructuredText

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.