sqlparser icon indicating copy to clipboard operation
sqlparser copied to clipboard

Doesn't parse postgresql extract(... from ...)

Open 747500 opened this issue 2 years ago • 0 comments

s [SyntaxError]: Expected "!=", "#-", "#>", "#>>", "%", "&&", ")", "", "+", ",", "-", "--", "/", "/", "::", "<", "<=", "<>", "<@", "=", ">", ">=", "?", "?&", "?|", "@>", "AND", "BETWEEN", "ILIKE", "IN", "IS", "LIKE", "NOT", "OR", "SIMILAR", "||", or [ \t\n\r] but "f" found.

747500 avatar Sep 13 '23 22:09 747500