How To Count Rows In A Database
Computing : Learning PHP If you are interfacing with a database, then oftentimes you will want to know how many rows there are in a particular database. This is easily done, and can be done with the simple query below: SELECT COUNT("your_column") FROM "your_table";
Questions about mysql:
|
|