Posts by Luiz Gustavo Lima • 59 points
2 posts
-
0
votes4
answers2981
viewsA: SQL Query Joining 5 tables
public ArrayList<ProcessoJudicial> consultar(String nome_suspeito, String cpf_suspeito, String rg_suspeito){ ArrayList<ProcessoJudicial> results = new…
-
4
votes4
answers2981
viewsQ: SQL Query Joining 5 tables
I need help to do a query (multiple relationships) on my Webservice + Mysql to return the result on my Android app. I have these respective tables: Query I need to query a person(tb_suspect), with…