Update docs/en/sql-reference/operators/index.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
Tatiana Kirillova 2021-10-22 11:47:41 +03:00 committed by GitHub
parent 29618ff47d
commit c7cc5a99f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ The subquery must select values of the same type as those compared in the main p
**Example**
Query:
Query with ANY:
``` sql
SELECT number AS a FROM numbers(10) WHERE a > any(SELECT number FROM numbers(3, 3));