Posts by Daniel Lucena • 14 points
2 posts
-
-1
votes1
answer104
viewsA: Mysql - Duplicate SELECT?
On your table tb_monitoramento both records are with the same fk2_hostname_group. If you want to use the query already to group, use group_concat, or group_by.…
mysqlanswered Daniel Lucena 14 -
0
votes1
answer153
viewsQ: Deploying and webservice and client in Java with Eclipse
I’m having trouble implementing a java webservice with eclipse, some classes were not generated, but they are listed in the xsds files, I created a document in Docs to explain better. Thank you Here…