Posts by Rubens Costa da Silva • 19 points
2 posts
-
0
votes1
answer166
viewsQ: Criteriabuilder
Good evening. Please, I would like to ask you for help for the code below. It returns the total value (total values, saved in the database), but I need to return by month. I tried everything I knew,…
-
0
votes0
answers148
viewsQ: How to get the sum of a Bigdecimal column
I need to add a data column BigDecimal Mysql, which has already been filtered from a given range. I am trying with SELECT SUM(preco_total) FROM venda; in the code below, but I’m not getting results.…