Merge branch 'master' of github.com:yandex/ClickHouse

This commit is contained in:
Alexey Milovidov 2018-03-01 10:18:25 +03:00
commit 4d907666b1
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -28,7 +28,7 @@
## Поддержка SQL
Если вы знаете, что такое стандартный SQL, то говорить о поддержке SQL всё-таки нельзя.
Не поддерживаются NULL-ы. Все функции названы по-другому.
Все функции названы по-другому.
Тем не менее, это - декларативный язык запросов на основе SQL и во многих случаях не отличимый от SQL.
Поддерживаются JOIN-ы. Поддерживаются подзапросы в секциях FROM, IN, JOIN, а также скалярные подзапросы.
Зависимые подзапросы не поддерживаются.