select * from (select c.*,CONVERT(char(19),DATEADD(second,lastModifiedTime/1000,'19700101 08:00'),120) as time from EFLOW_WO_COMMON c where showLevel = 1) t
where t.time > '2016-12-22 15:00:00'
where t.time > '2016-12-22 15:00:00'
SQL时间转换查询

被折叠的 条评论
为什么被折叠?