mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update docs/en/sql-reference/operators/index.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
parent
29618ff47d
commit
c7cc5a99f5
@ -102,7 +102,7 @@ The subquery must select values of the same type as those compared in the main p
|
|||||||
|
|
||||||
**Example**
|
**Example**
|
||||||
|
|
||||||
Query:
|
Query with ANY:
|
||||||
|
|
||||||
``` sql
|
``` sql
|
||||||
SELECT number AS a FROM numbers(10) WHERE a > any(SELECT number FROM numbers(3, 3));
|
SELECT number AS a FROM numbers(10) WHERE a > any(SELECT number FROM numbers(3, 3));
|
||||||
|
Loading…
Reference in New Issue
Block a user