Ken H

Ken H

  • NA
  • 646
  • 353.9k

How to use 'Global' to count the number of visits to page

Apr 22 2014 12:00 PM
Hi,
   I created the following table to record the number of visits to each page:
 
CREATE TABLE pAccCount(
   page_name  varchar(200),
   access_date datetime, 
   access_count int 
 
 
Thanks. 

Answers (2)