SQL Server select 将类型相同的行合并

select Category from(select distinct Category from T_Detail where CREATED_BY= @CREATED_BY AND RecordDate>=@RecordDate1 AND RecordDate<@RecordDate2)t group by Category

说明: CREATED_BY 为创建人ID

        RecordDate为创建日期

posted @ 2014-05-09 12:00  emmaKang  阅读(704)  评论(0编辑  收藏  举报