Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

java mysql đếm số hàng

Hãy thử mã bên dưới

 public int num() throws Exception {
 try {
 // This will load the MySQL driver, each DB has its own driver
 Class.forName("com.mysql.jdbc.Driver");
 // Setup the connection with the DB
 connect = DriverManager.getConnection("jdbc:mysql://localhost/testdb?"
 + "user=root&password=");

 // Statements allow to issue SQL queries to the database
 statement = connect.createStatement();
 resultSet = statement.executeQuery("select count(*) from testdb.emg");

 while (resultSet.next()) {
 return resultSet.getInt(1);
 }
} catch (Exception e) {
}

Dưới đây là lỗi

  1. public void num() throws Exception {

    nên được

    public int num() throws Exception {

  2. Để đếm tổng số hàng, bạn nên sử dụng truy vấn select count(*) from testdb.emg

Hãy cho tôi biết nếu có bất kỳ vấn đề gì.



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Sự cố hiển thị các ký tự tiếng Nhật khi sử dụng PHP và MySQL

  2. Tổng khoảng thời gian theo sự thay đổi vị trí

  3. Quyền thủ tục được lưu trữ trong MySQL

  4. Lỗi tập dữ liệu MySQL Visual Studio

  5. truy vấn mysql của một ngày, giữa hai trường ngày