ClickHouse/docs/tr/sql_reference/table_functions/index.md
2020-04-15 16:56:49 +03:00

39 lines
2.6 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: e8cd92bba3269f47787db090899f7c242adf7818
toc_folder_title: "Tablo Fonksiyonlar\u0131"
toc_priority: 34
toc_title: "Giri\u015F"
---
# Tablo Fonksiyonları {#table-functions}
Tablo işlevleri tabloları oluşturmak için yöntemlerdir.
Tablo işlevlerini kullanabilirsiniz:
- [FROM](../statements/select.md#select-from) fıkra ofsı `SELECT` sorgu.
The method for creating a temporary table that is available only in the current query. The table is deleted when the query finishes.
- [Tablo oluştur \<table\_function()\>](../statements/create.md#create-table-query) sorgu.
It's one of the methods of creating a table.
!!! warning "Uyarıcı"
Eğer tablo işlevlerini kullanamazsınız [allow\_ddl](../../operations/settings/permissions_for_queries.md#settings_allow_ddl) ayarı devre dışı.
| İşlev | Açıklama |
|--------------------------|-----------------------------------------------------------------------------------------------------------------------------|
| [Dosya](file.md) | Oluşturur bir [Dosya](../../engines/table_engines/special/file.md)- motor masası. |
| [birleştirmek](merge.md) | Oluşturur bir [Birleştirmek](../../engines/table_engines/special/merge.md)- motor masası. |
| [şiir](numbers.md) | Tamsayı sayılarla dolu tek bir sütun içeren bir tablo oluşturur. |
| [uzak](remote.md) | Oluşturmadan uzak sunuculara erişmenizi sağlar. [Dağılı](../../engines/table_engines/special/distributed.md)- motor masası. |
| [url](url.md) | Oluşturur bir [Url](../../engines/table_engines/special/url.md)- motor masası. |
| [mysql](mysql.md) | Oluşturur bir [MySQL](../../engines/table_engines/integrations/mysql.md)- motor masası. |
| [jdbc](jdbc.md) | Oluşturur bir [JDBC](../../engines/table_engines/integrations/jdbc.md)- motor masası. |
| [odbc](odbc.md) | Oluşturur bir [ODBC](../../engines/table_engines/integrations/odbc.md)- motor masası. |
| [hdf'ler](hdfs.md) | Oluşturur bir [HDFS](../../engines/table_engines/integrations/hdfs.md)- motor masası. |
[Orijinal makale](https://clickhouse.tech/docs/en/query_language/table_functions/) <!--hide-->