/ Published in: SQL
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 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);
Comments
                    Subscribe to comments
                
                