Posted By


rowntreerob on 04/17/09

Tagged


Statistics


Viewed 437 times
Favorited by 0 user(s)

BIRT repts - vortex monthly uniques


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SELECT substr(r.day,1,7), COUNT(DISTINCT r.ip_address) FROM rtm_oa_rpt_referer_reach r WHERE r.day > '2008-09-31' GROUP BY substr(r.day,1,7);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.