sql-parser icon indicating copy to clipboard operation
sql-parser copied to clipboard

SyntaxError: Expected ")", ",", "--", "/*", "FROM", "GROUP", "HAVING", "LIMIT", "ORDER", "UNION", "WHERE", [ \t\n\r], or [A-Za-z0-9_] but "(" found.

Open NewCoder798 opened this issue 3 years ago • 1 comments

解析hive类型的sql语句时,语法正确但是解析失败 select row_number() over(A by B order by C desc) as col1 from table1

解析不了row_number()

NewCoder798 avatar Mar 26 '21 05:03 NewCoder798

Window functions are not supported yet :disappointed:

mbaumgartl avatar Apr 09 '21 06:04 mbaumgartl