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

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
Dmitriy 2021-08-24 19:51:56 +03:00 committed by GitHub
parent 77483f14c1
commit 41bf324f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2275,7 +2275,7 @@ Result:
Returns the ID of the initial current query. Other parameters of a query can be extracted from the [system.query_log](../../operations/system-tables/query_log.md) table via `initial_query_id`.
In contrast to [queryID](#query-id) function `initialQueryID` returns same results on shards (see example).
In contrast to [queryID](#query-id) function, `initialQueryID` returns the same results on different shards (see example).
**Syntax**