2018年11月21日

c#日期时间段判断

摘要: select * from 表名 where (case when ISDATE(字段名)=1 then CONVERT(varchar(100),cast(字段名 as datetime),23) else '1000-1-1' end >'"+开始时间+"') and (case when IS 阅读全文

posted @ 2018-11-21 10:03 党鹏飞 阅读(483) 评论(0) 推荐(0) 编辑

导航