Return to Snippet

Revision: 13286
at April 17, 2009 14:32 by rowntreerob


Initial Code
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);

Initial URL


Initial Description


Initial Title
BIRT repts - vortex monthly uniques

Initial Tags
sql

Initial Language
SQL