select * from a1
where convert(varchar(20),date,20) >= '2012-09-12 18:34:00'
这个条件检索为什么不能检索出数据来,是不是这个比较时间用datediff()这个函数来呢?
请高手解答!