Posts by Cristiano Almeida • 21 points
1 post
- 
		2 votes1 answer2870 viewsQ: JDBC - Run a query and use its return as a parameter for another queryI am learning to code in java, alone with the help of tutorials and I am trying to do a procedure where the result of a query will be a clause where for a second consultation. In the example below,…