select count(sou_kh) as cc,sou_kh from newsource where sou_date>='2009-08-01' and sou_date<='2009-08-31' and sou_kh<>'' group by sou_kh order by sou_kh asc
select count(sou_kh) as cc,sou_kh from newsource where datediff(day,'2009-08-01',sou_date)>=0 and datediff(day,'2009-08-31',sou_date)<=0 and sou_kh<>'' group by sou_kh order by sou_kh asc
<% Set Conn=Server.CreateObject("ADODB.Connection") Conn.ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0; Data Source="&server.MapPath("Connt ......