| Author |
how get the total of record in database by sql
|
Soo Samuel
Greenhorn
Joined: Jan 02, 2005
Posts: 4
|
|
need get help... how get the total of record of our table in the database....
|
 |
Mike Litherland
Ranch Hand
Joined: Aug 12, 2004
Posts: 31
|
|
Hi, Not really a java topic, but "select count(*) from `table`" should do what you need. Mike
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
|
Moving to JDBC.
|
 |
 |
|
|
subject: how get the total of record in database by sql
|
|
|