mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
clickhouse: fixed show tables not like [#CONV-7444].
This commit is contained in:
parent
eb279922c6
commit
57b3b4837e
@ -59,7 +59,11 @@ bool ParserShowTablesQuery::parseImpl(Pos & pos, Pos end, ASTPtr & node, String
|
||||
ws.ignore(pos, end);
|
||||
|
||||
if (s_not.ignore(pos, end, expected))
|
||||
{
|
||||
ws.ignore(pos, end);
|
||||
|
||||
query->not_like = true;
|
||||
}
|
||||
|
||||
if (s_like.ignore(pos, end, expected))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user