mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
remove whitespace before coma
This commit is contained in:
parent
25bae3e0a5
commit
5ed895dbf5
@ -7428,7 +7428,7 @@ void QueryAnalyzer::resolveJoin(QueryTreeNodePtr & join_node, IdentifierResolveS
|
|||||||
if (projection_node->hasAlias() && identifier_full_name == projection_node->getAlias())
|
if (projection_node->hasAlias() && identifier_full_name == projection_node->getAlias())
|
||||||
{
|
{
|
||||||
extra_message = fmt::format(
|
extra_message = fmt::format(
|
||||||
" , but alias '{}' is present in SELECT list."
|
", but alias '{}' is present in SELECT list."
|
||||||
" You may try to SET analyzer_compatibility_join_using_top_level_identifier = 1, to allow to use it in USING clause",
|
" You may try to SET analyzer_compatibility_join_using_top_level_identifier = 1, to allow to use it in USING clause",
|
||||||
projection_node->formatASTForErrorMessage());
|
projection_node->formatASTForErrorMessage());
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user