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:29 +03:00 committed by GitHub
parent c491d1a587
commit 77483f14c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2273,7 +2273,7 @@ Result:
## initialQueryID {#initial-query-id}
Returns the ID of the initial current query, which can be used instantly in other queries. Other parameters of a query can be extracted from the [system.query_log](../../operations/system-tables/query_log.md) table via `initial_query_id`.
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).