Category Archives: mySQL

Counting Rows With mySQL

Friday, August 1st, 2008


We can use the count mysql command to return the number of rows returned by the query. SELECT (*) FROM table This will return the numbe rof rows in the table.  We can use normal where operators to find how … Continue reading