|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
counting rows
does anyone know the code to count the total number of rows in a mysql table?
|
|
#3
|
|||
|
|||
|
thx, got it
|
|
#4
|
||||
|
||||
|
you could also do it as a part of your query statement...
SELECT COUNT(some_column) FROM table; |
|
#5
|
|||
|
|||
|
Quote:
thats what i did ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > counting rows |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|