August 2017
Beginner to intermediate
284 pages
6h 51m
English
Run the following command on the MySQL console to calculate the count for each browser:
mysql> select browser, count(*) from apachelog group by browser; +----------------+----------+ | browser | count(*) | +----------------+----------+ | Gecko(Firefox) | 6929 | +----------------+----------+ 1 row in set (0.00 sec)
Read now
Unlock full access