mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 03:07:20 +00:00
Fix error text for unexpected token after NOT
This commit is contained in:
parent
5263ee1e9e
commit
e113dee7e8
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ impl Parser {
|
|||
})
|
||||
} else {
|
||||
parser_err!(format!(
|
||||
"Expected IN or LIKE after NOT, found {:?}",
|
||||
"Expected BETWEEN, IN or LIKE after NOT, found {:?}",
|
||||
self.peek_token()
|
||||
))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue