t-sql 中between and 的一种写法:
where GETDATE() BETWEEN BeginDateTime AND EndDateTime;
BeginDateTime,EndDateTime 是我表中的字段名;