mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Merge branch 'master' of github.com:yandex/ClickHouse
This commit is contained in:
commit
4d907666b1
@ -28,7 +28,7 @@ In ClickHouse, data can reside on different shards. Each shard can be a group of
|
||||
## SQL support
|
||||
|
||||
If you are familiar with standard SQL, we can't really talk about SQL support.
|
||||
NULL-s are not supported. All the functions have different names.
|
||||
All the functions have different names.
|
||||
However, this is a declarative query language based on SQL that can't be differentiated from SQL in many instances.
|
||||
Support for JOINs. Subqueries are supported in FROM, IN, and JOIN clauses, as well as scalar subqueries.
|
||||
Dependent subqueries are not supported.
|
||||
|
@ -28,7 +28,7 @@
|
||||
## Поддержка SQL
|
||||
|
||||
Если вы знаете, что такое стандартный SQL, то говорить о поддержке SQL всё-таки нельзя.
|
||||
Не поддерживаются NULL-ы. Все функции названы по-другому.
|
||||
Все функции названы по-другому.
|
||||
Тем не менее, это - декларативный язык запросов на основе SQL и во многих случаях не отличимый от SQL.
|
||||
Поддерживаются JOIN-ы. Поддерживаются подзапросы в секциях FROM, IN, JOIN, а также скалярные подзапросы.
|
||||
Зависимые подзапросы не поддерживаются.
|
||||
|
Loading…
Reference in New Issue
Block a user