Posts by Ikaro • 9 points
1 post
-
0
votes1
answer80
viewsQ: Return a value from a MYSQL/JAVA column
I have the following code to store the maximum value of a column in a variable integer codemax: cf = new ConnectionFactory().getConexao(); int codigomax = 0; try { stmt1 =…