Update ParserTablesInSelectQuery.cpp

This commit is contained in:
alexey-milovidov 2018-09-17 16:33:19 +03:00 committed by GitHub
parent acf34e29ad
commit 3568087358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,6 +149,7 @@ bool ParserTablesInSelectQueryElement::parseImpl(Pos & pos, ASTPtr & node, Expec
table_join->kind = ASTTableJoin::Kind::Cross;
else
{
/// Use INNER by default as in another DBMS.
table_join->kind = ASTTableJoin::Kind::Inner;
}