ClickHouse/docs/tr/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

2.7 KiB
Raw Blame History

machine_translated machine_translated_rev toc_folder_title toc_priority toc_title
true e8cd92bba3 Tablo Fonksiyonları 34 Giriş

Tablo Fonksiyonları

Tablo işlevleri tabloları oluşturmak için yöntemlerdir.

Tablo işlevlerini kullanabilirsiniz:

  • 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()> sorgu.

    It's one of the methods of creating a table.
    

!!! warning "Uyarıcı" Eğer tablo işlevlerini kullanamazsınız allow_ddl ayarı devre dışı.

İşlev ıklama
Dosya Oluşturur bir Dosya- motor masası.
birleştirmek Oluşturur bir Birleştirmek- motor masası.
şiir Tamsayı sayılarla dolu tek bir sütun içeren bir tablo oluşturur.
uzak Oluşturmadan uzak sunuculara erişmenizi sağlar. Dağılı- motor masası.
url Oluşturur bir Url- motor masası.
mysql Oluşturur bir MySQL- motor masası.
jdbc Oluşturur bir JDBC- motor masası.
odbc Oluşturur bir ODBC- motor masası.
hdfler Oluşturur bir HDFS- motor masası.

Orijinal makale