Help wanted!

The following content of this documentation page has been machine-translated. But unlike other websites, it is not done on the fly. This translated text lives on GitHub repository alongside main ClickHouse codebase and waits for fellow native speakers to make it more human-readable. You can also use the original English version as a reference.

Help ClickHouse documentation by editing this page

合并

merge(db_name, 'tables_regexp') – Creates a temporary Merge table. For more information, see the section “Table engines, Merge”.

表结构取自与正则表达式匹配的第一个表。

原始文章