t-sql 中between and 的一种写法

t-sql 中between and 的一种写法:

where GETDATE() BETWEEN BeginDateTime AND EndDateTime;

BeginDateTime,EndDateTime 是我表中的字段名;

原文地址:https://www.cnblogs.com/jimcsharp/p/3837116.html