We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2944e00 commit f0052fcCopy full SHA for f0052fc
src/parser.rs
@@ -919,7 +919,7 @@ impl Parser {
919
} else if self.parse_keyword("INDEX") {
920
ObjectType::Index
921
} else {
922
- return self.expected("TABLE ,VIEW or INDEX after DROP", self.peek_token());
+ return self.expected("TABLE, VIEW or INDEX after DROP", self.peek_token());
923
};
924
// Many dialects support the non standard `IF EXISTS` clause and allow
925
// specifying multiple objects to delete in a single statement
0 commit comments