SyntaxFix
Write A Post
Hire A Developer
Questions
If your query is something like this SELECT Count(*) FROM tranbook, then do this rs.next(); System.out.println(rs.getInt("Count(*)"));
SELECT Count(*) FROM tranbook
rs.next(); System.out.println(rs.getInt("Count(*)"));