From dc9e7aa82ba3dff371387265a83d91d184c9369c Mon Sep 17 00:00:00 2001 From: zhang2014 Date: Thu, 1 Mar 2018 12:47:20 +0800 Subject: [PATCH] Remove deprecated docs --- docs/en/introduction/distinctive_features.md | 2 +- docs/ru/introduction/distinctive_features.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/introduction/distinctive_features.md b/docs/en/introduction/distinctive_features.md index 5af3f2d1697..3927405579f 100644 --- a/docs/en/introduction/distinctive_features.md +++ b/docs/en/introduction/distinctive_features.md @@ -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. diff --git a/docs/ru/introduction/distinctive_features.md b/docs/ru/introduction/distinctive_features.md index 7cc23ed81f5..63ba71d4367 100644 --- a/docs/ru/introduction/distinctive_features.md +++ b/docs/ru/introduction/distinctive_features.md @@ -28,7 +28,7 @@ ## Поддержка SQL Если вы знаете, что такое стандартный SQL, то говорить о поддержке SQL всё-таки нельзя. -Не поддерживаются NULL-ы. Все функции названы по-другому. +Все функции названы по-другому. Тем не менее, это - декларативный язык запросов на основе SQL и во многих случаях не отличимый от SQL. Поддерживаются JOIN-ы. Поддерживаются подзапросы в секциях FROM, IN, JOIN, а также скалярные подзапросы. Зависимые подзапросы не поддерживаются.