5 个解决方案
#1
select CONVERT (datetime,'2013/12/24',120)日期格式转换下
#2
select *
from 表
where EdieMask >='2013/12/24'
#3
select *
from tb
where EdieMask >'2013/12/24'
from tb
where EdieMask >'2013/12/24'
#4
这个没关系吧,你看我查询SQL里面的时间格式和数据源中的不一样,也一样的可以正确查出来啊。
#5
楼上正解,直接用就行。会自动转换到datetime的
#1
select CONVERT (datetime,'2013/12/24',120)日期格式转换下
#2
select *
from 表
where EdieMask >='2013/12/24'
#3
select *
from tb
where EdieMask >'2013/12/24'
from tb
where EdieMask >'2013/12/24'
#4
这个没关系吧,你看我查询SQL里面的时间格式和数据源中的不一样,也一样的可以正确查出来啊。
#5
楼上正解,直接用就行。会自动转换到datetime的