Aosilujia

Results 1 issues of Aosilujia

I find the rule not working on sql with cube clauses, for example ### Input ```sql GROUP BY a, CUBE(b,c) ``` ### Output `group_clause(group_by_list[group_by_item(a_expr("a"),group_by_item(a_expr("CUBE(b,c)")))])` The problem is the cube clause...

PostgreSQL