ClickHouse/docs/en/query_language/table_functions/merge.md
2020-03-20 13:10:48 +03:00

358 B
Raw Blame History

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