mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 03:07:20 +00:00
Restore the original spacing in sqlparser.rs
This commit is contained in:
parent
d263d285e2
commit
24f3d06231
1 changed files with 1 additions and 0 deletions
|
@ -1202,6 +1202,7 @@ impl Parser {
|
|||
} else {
|
||||
None
|
||||
};
|
||||
|
||||
let limit = if self.parse_keyword("LIMIT") {
|
||||
self.parse_limit()?
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue