diff --git a/ydb/docs/en/core/yql/reference/yql-core/syntax/_includes/select/functional_tables.md b/ydb/docs/en/core/yql/reference/yql-core/syntax/_includes/select/functional_tables.md index 33db1d9a0ecc..90810566d8fc 100644 --- a/ydb/docs/en/core/yql/reference/yql-core/syntax/_includes/select/functional_tables.md +++ b/ydb/docs/en/core/yql/reference/yql-core/syntax/_includes/select/functional_tables.md @@ -20,7 +20,7 @@ The following functions are defined for these purposes: {% note warning %} -All of the above functions don't guarantee the order of the table union. +CONCAT and EACH join the tables in the original order of enumeration; RANGE, LIKE and FILTER - in the lexicographic order of the tables' names. The list of tables is calculated **before** executing the query. Therefore, the tables created during the query execution won't be included in the function results.