All Products
Search
Document Center

ApsaraDB for ClickHouse:Other features

Last Updated:Mar 28, 2026

ApsaraDB for ClickHouse supports the following SQL features in addition to the standard syntax and functions.

FeatureDescriptionReference
OperatorsSQL operators and their precedence, including arithmetic, comparison, logical, and string operators — each mapped to an equivalent ClickHouse functionOperators
Conditional operatorsThe EXISTS operator, which returns 1 if a subquery produces any rows and 0 if the subquery is emptyEXISTS
IN operatorsThe IN, NOT IN, GLOBAL IN, and GLOBAL NOT IN operators, including how distributed subqueries behave differently with IN versus GLOBAL ININ Operators
Distributed DDL statementsThe ON CLUSTER clause for running DDL queries (such as CREATE TABLE and ALTER TABLE) across all nodes in a clusterDistributed DDL Queries (ON CLUSTER Clause)