Update docs/en/sql-reference/functions/other-functions.md

Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
This commit is contained in:
Dmitriy 2021-08-25 20:14:04 +03:00 committed by GitHub
parent 7d9180cd8c
commit f1be822a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2240,8 +2240,7 @@ Type: [Array](../../sql-reference/data-types/array.md)([String](../../sql-refere
Returns the ID of the current query. Other parameters of a query can be extracted from the [system.query_log](../../operations/system-tables/query_log.md) table via `query_id`.
!!! warning "Warning"
In contrast to [initialQueryID](#initial-query-id) function, `queryID` can return different results on different shards (see example). And then the server will argue that the constant column has different values.
In contrast to [initialQueryID](#initial-query-id) function, `queryID` can return different results on different shards (see example).
**Syntax**