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

15 lines
522 B
Markdown
Raw Normal View History

2020-04-04 09:15:31 +00:00
---
machine_translated: true
machine_translated_rev: 72537a2d527c63c07aa5d2361a8829f3895cf2bd
2020-04-04 09:15:31 +00:00
toc_priority: 38
toc_title: "\u30DE\u30FC\u30B8"
---
# マージ {#merge}
`merge(db_name, 'tables_regexp')` Creates a temporary Merge table. For more information, see the section “Table engines, Merge”.
テーブル構造は、正規表現に一致する最初に検出されたテーブルから取得されます。
2020-04-04 09:15:31 +00:00
[元の記事](https://clickhouse.tech/docs/en/query_language/table_functions/merge/) <!--hide-->