提交 e8736933 编写于 作者: N Nikita Akilov

#11313 add new line after subquery when generating grouping query

上级 26d3dea9
......@@ -240,7 +240,7 @@ public class GroupingResultsContainer implements IResultSetContainer {
}
sql.append(" FROM (\n");
sql.append(queryText);
sql.append(") src");
sql.append("\n) src");
} else {
try {
Statement statement = SQLSemanticProcessor.parseQuery(dataSource.getSQLDialect(), queryText);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册