История изменений
Исправление PPP328, (текущая версия) :
Ну это соственно, что я и пытаюсь сэмулировать. Дело в том, что:
HSQLDB doesn't support ROLLUP.
You may be able to write a UNION which has the different rows and use another select with a GROUP BY clause around the UNION to order the results.
Fred Toussi - 2014-11-11
Any major functionality like this is very time-consuming to implement. Commercial users have not so far shown any interest in funding the development.
Исходная версия PPP328, :
Ну это соственно, что я и пытаюсь сэмулировать. Дело в том, что:
HSQLDB doesn't support ROLLUP.
You may be able to write a UNION which has the different rows and use another select with a GROUP BY clause around the UNION to order the results.