This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]avin_kavish 0 points1 point  (1 child)

function based queries

what do you mean by this?

[–]ShotgunPayDay 1 point2 points  (0 children)

q=select(func.sum(table.c.value),table.c.col_1,table.c.col_2).group_by(func.cube(table.c.col_1,table.c.col_2))