ClickHouse/docs/en/query_language/table_functions/index.md

9 lines
322 B
Markdown
Raw Normal View History

# Table functions
2017-04-03 19:49:50 +00:00
2017-04-26 17:48:50 +00:00
Table functions can be specified in the FROM clause instead of the database and table names.
Table functions can only be used if 'readonly' is not set.
Table functions aren't related to other functions.
2017-04-03 19:49:50 +00:00
[Original article](https://clickhouse.yandex/docs/en/query_language/table_functions/) <!--hide-->