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 e98e6b3 commit 36e29edCopy full SHA for 36e29ed
src/parser/mod.rs
@@ -10413,7 +10413,7 @@ impl<'a> Parser<'a> {
10413
fill = Some(self.next_token().to_string());
10414
}
10415
10416
- if align.is_none() && fill.is_some() {
+ if align.is_none() {
10417
return Err(ParserError::ParserError(
10418
"ALIGN argument cannot be omitted in the range select query".into(),
10419
));
0 commit comments