mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
d91c97d15d
* Replace underscores with hyphens * remove temporary code * fix style check * fix collapse
15 lines
562 B
Markdown
15 lines
562 B
Markdown
---
|
||
machine_translated: true
|
||
machine_translated_rev: d734a8e46ddd7465886ba4133bff743c55190626
|
||
toc_priority: 38
|
||
toc_title: "\u0627\u062F\u063A\u0627\u0645"
|
||
---
|
||
|
||
# ادغام {#merge}
|
||
|
||
`merge(db_name, 'tables_regexp')` – Creates a temporary Merge table. For more information, see the section “Table engines, Merge”.
|
||
|
||
ساختار جدول از جدول اول مواجه می شوند که منطبق بر عبارت منظم گرفته شده است.
|
||
|
||
[مقاله اصلی](https://clickhouse.tech/docs/en/query_language/table_functions/merge/) <!--hide-->
|