SqlServer判断DateTime类型是否为同一天

convert(date,A.CreateTime) >= convert(date,B.CreateTime)

原文地址:https://www.cnblogs.com/Anthony518/p/10908154.html