I have been attempting to account for the rows of the table of a database and that I will be returned to volar to then start a count in Java.
My problem is that I enter the sql code and it does not give me the value of the count of the columns.
I'll leave the code here.
try{
String query =
"SELECT COUNT(*) FROM Clientes=";
System.out.println("query: " +query);