|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is there a way to know the number of rows
in a table without using the SELECT * ...? I'm looking for some function that only returns the number o rows without reading througt all the table. Carlos Sala. |
|
#2
|
|||
|
|||
|
select count(*) from tablename;
|
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Number of rows in a table |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|