I'm making reports with Hibernate but I had a problem and I can not find a way to do it.
The query is this:
SELECT
mes as mes,
COUNT(mes) AS t_mes,
SUM(total) AS totales,
SUM(cantidad) AS cantidad,
SUM(facturado) AS factur...
asked by
04.08.2018 / 01:28