以当前时间为搜索条件。
语法now()支持的字段类型
now()
日期 DATE
支持的运算符
示例 查找过期的未解决的问题:duedate < now() and status not in (closed, resolved)
duedate < now() and status not in (closed, resolved)