Posts by Thiago Tresca • 13 points
2 posts
- 
		0 votes1 answer174 viewsQ: How to concatenate an invoked String from an xml file with a variable?In Android Studio, I’m trying to concatenate a String I saved in an xml file (strings.xml) with a float variable as follows: gas.setText(String.format("%s %s", R.string.gasoline_mod, value)); The… 
- 
		0 votes1 answer171 viewsQ: Error: FROM keyword not found where expectedI am trying to do the following Inner Join but am getting error: FROM keyword not found where expected select e.num_exame as [exame], a.num_amostra as [amostra], e.data_hora_exame as [exame],…