Posts by Bean • 131 points
5 posts
-
3
votes1
answer63
viewsQ: Undesirable result - Query SQL
Hello. I’m a problem and I don’t see a way to solve. My table data movement: My query: select avg(m.valor) from Movimentacao m where m.tipo='SAIDA' group by m.data; Man outworking: I cannot group…
-
2
votes0
answers155
viewsQ: One table is not being created - JPA/Hibernate with Mysql
I’m having a problem running my test class: import javax.persistence.EntityManager; import br.com.teste.jpa.c_mapeamento.model.Conta; public class PopulaConta { public static void main(String[]…
-
3
votes1
answer201
viewsQ: ZIP code search via VBA programming
I am developing a solution and the need to add the CEP research has arisen. In return I would like to get the address based on the CEP informed. I intend to use this search to fill out an automatic…
-
2
votes0
answers131
viewsQ: Zip code research
I am developing a solution and the need to add the CEP research has arisen. Return would like to get the address based on the CEP informed. I started writing the code below but stopped at it. Sub…
-
1
votes0
answers89
viewsQ: Glassfish integration with Eclipse Photon
Has anyone ever used glassfish with eclipse Photon? How to do integration? I’ve tried several ways and nothing. Does not install the glassfish plugin. I tested with the oxygen eclipse and also had…