comma between PARTITION BY and ORDER BY in window statement is not proper SQL

Issue #2134 resolved
Former user created an issue

good: (partition by x order by y)

bad, currently generated code: (partition by x, order by y)

Comments (3)

  1. Log in to comment