2 posts
2
3
818
I need to create a query with the insertion of several lines. Changing an array/list: arrayOriginal=[10,20,30,40] valueChave=999 The return must be:…
4
6
201
Stayed like this: String[] arrayTipos= tiposSelecionados; for(int i = 0; i < arrayTipos.length; i++) arrayTipos[i] = arrayTipos[i].substring(0, 2); String[] consulta= "SELECT telas FROM…