We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3198e commit 496131cCopy full SHA for 496131c
1 file changed
src/parser/mod.rs
@@ -10323,8 +10323,6 @@ impl<'a> Parser<'a> {
10323
10324
let mut pipe_operators = Vec::new();
10325
10326
- // Syntax from "SQL Has Problems. We Can Fix Them: Pipe Syntax In SQL"
10327
- // https://storage.googleapis.com/gweb-research2023-media/pubtools/1004848.pdf
10328
while self.consume_token(&Token::VerticalBarRightAngleBracket) {
10329
let kw = self.expect_one_of_keywords(&[
10330
Keyword::SELECT,
0 commit comments