Gossamer Forum
Home : Products : Others : MySQLMan :

SQL for Web Traffic Analysis Analysis

Quote Reply
SQL for Web Traffic Analysis Analysis
If I have a simple table which stores page viewed by every user with timestamp. like:

12345678901 page1name
98765432101 page2name
.......

I want to get reports:
hits by month,
hits by day,
hits by week-day,
hits by hour
...

Is it possible to use one query to get all?


Quote Reply
Re: SQL for Web Traffic Analysis Analysis In reply to
You could...using SUM and AVERAGE codes for the "hits" of pages.

Regards,

Eliot Lee