Skip to content

WITH ROLLUP Support #4

@cjayawickrema

Description

@cjayawickrema

I want to write the NyQL equivalent for following MySQL query that contains WITH ROLLUP. Is there anyway I can achieve this? Could not find this in NyQL wiki.

SELECT year, SUM(profit) AS profit
FROM sales
GROUP BY year ASC WITH ROLLUP;

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions