标签:
供参考
((mesReceive.xDateTime >= convert(datetime, @ReceiveDateFrom, 105) or isnull(@ReceiveDateFrom,‘‘)=‘‘ or @ReceiveDateFrom =‘-1‘) AND (mesReceive.xDateTime < (convert(datetime, @ReceiveDateTo, 105)+1) or isnull(@ReceiveDateTo,‘‘)=‘‘ or @ReceiveDateTo =‘-1‘))
标签:
原文地址:http://www.cnblogs.com/Michael-D/p/4326641.html