选择题
29.
查询最近30天的记录应使用______作为准则。
A、
Between Date() And Date()-30
B、
Between Date()-30 And Date()
C、
<=Date()-30
D、
<Date()-30
【正确答案】
B
【答案解析】
本题获得当前日期可以使用系统函数Date(),而当前日期的30天前就是日期。Date() -30。最近30天内的记录,也就是日期在这个区间内的记录,使用关键字Between…And…来表示在区间内。
提交答案
关闭