ClickHouse/docs/fa/sql-reference/table-functions/index.md
Ivan Blinkov d91c97d15d
[docs] replace underscores with hyphens (#10606)
* Replace underscores with hyphens

* remove temporary code

* fix style check

* fix collapse
2020-04-30 21:19:18 +03:00

39 lines
3.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
machine_translated: true
machine_translated_rev: d734a8e46ddd7465886ba4133bff743c55190626
toc_folder_title: Table Functions
toc_priority: 34
toc_title: "\u0645\u0639\u0631\u0641\u06CC \u0634\u0631\u06A9\u062A"
---
# توابع جدول {#table-functions}
توابع جدول روش برای ساخت جداول.
شما می توانید توابع جدول در استفاده:
- [FROM](../statements/select.md#select-from) بند از `SELECT` پرس و جو.
The method for creating a temporary table that is available only in the current query. The table is deleted when the query finishes.
- [ایجاد جدول به عنوان \<table\_function()\>](../statements/create.md#create-table-query) پرس و جو.
It's one of the methods of creating a table.
!!! warning "اخطار"
شما می توانید توابع جدول اگر استفاده نمی [اجازه دادن به \_نشانی](../../operations/settings/permissions-for-queries.md#settings_allow_ddl) تنظیم غیر فعال است.
| تابع | توصیف |
|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------|
| [پرونده](file.md) | ایجاد یک [پرونده](../../engines/table-engines/special/file.md)- جدول موتور. |
| [ادغام](merge.md) | ایجاد یک [ادغام](../../engines/table-engines/special/merge.md)- جدول موتور. |
| [اعداد](numbers.md) | ایجاد یک جدول با یک ستون پر از اعداد صحیح. |
| [دور](remote.md) | اجازه می دهد تا شما را به دسترسی به سرور از راه دور بدون ایجاد یک [توزیع شده](../../engines/table-engines/special/distributed.md)- جدول موتور. |
| [نشانی وب](url.md) | ایجاد یک [نشانی وب](../../engines/table-engines/special/url.md)- جدول موتور. |
| [خروجی زیر](mysql.md) | ایجاد یک [MySQL](../../engines/table-engines/integrations/mysql.md)- جدول موتور. |
| [جستجو](jdbc.md) | ایجاد یک [JDBC](../../engines/table-engines/integrations/jdbc.md)- جدول موتور. |
| [جستجو](odbc.md) | ایجاد یک [ODBC](../../engines/table-engines/integrations/odbc.md)- جدول موتور. |
| [hdfs](hdfs.md) | ایجاد یک [HDFS](../../engines/table-engines/integrations/hdfs.md)- جدول موتور. |
[مقاله اصلی](https://clickhouse.tech/docs/en/query_language/table_functions/) <!--hide-->