mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-14 01:02:55 +00:00
chore: fix typo (#524)
This commit is contained in:
@@ -158,7 +158,7 @@ impl<'a> ParserContext<'a> {
|
||||
}));
|
||||
}
|
||||
|
||||
// SHOW TABLES [in | FROM] [DATABSE]
|
||||
// SHOW TABLES [in | FROM] [DATABASE]
|
||||
Token::Word(w) => match w.keyword {
|
||||
Keyword::IN | Keyword::FROM => {
|
||||
self.parser.next_token();
|
||||
|
||||
Reference in New Issue
Block a user