日期:2014-05-17 浏览次数:20829 次
select tel_number, ltrim(datepart(hh,call_time))+'点' as 小时, count(1) 通话次数 from ChinaMobile_TelList group by tel_number, ltrim(datepart(hh,call_time))+'点'