1. 程式人生 > >SqlServer中利用日期型別裝換成6位年月

SqlServer中利用日期型別裝換成6位年月

select str(YEAR(CREATE_TIME))+replace(str(MONTH(CREATE_TIME),2),' ','0') from
TB_M0004
where str(YEAR(CREATE_TIME)) >1