Search:

Type: Posts; User: jacinto

Search: Search took 0.06 seconds.

  1. Replies
    4
    Views
    11,087

    Re: select count(*)

    (*) Well..... thanks for your help Dalisra. I have not tried your solution. But I got the solution to my problem.

    The solution is as follows


    Statement st = con.createStatement(); // con is...
  2. Replies
    4
    Views
    11,087

    select count(*)

    Scenario:
    I dont know much about JDBC. I want to find the number of records in a table.

    The SQL statement for it is : SELECT COUNT(NAME) FROM USERS

    Here NAME is an attribute of the USERS...
Results 1 to 2 of 2