以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 如何筛选今天的数据 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=43422) |
|
-- 作者:wuxianzuoji41 -- 发布时间:2013/12/6 16:38:00 -- 如何筛选今天的数据 Filter = "next_time=\'"& date.Today & "\'"
next_time是包含2013-12-06 12:25:01 这样的数据,如何筛选 |
|
-- 作者:Bin -- 发布时间:2013/12/6 16:42:00 -- Filter = "next_time >= \'"& date.Today & "\' and next_time <= \'" & date.Today & " 23:59:59" & "\'" |
|
-- 作者:有点甜 -- 发布时间:2013/12/6 19:55:00 -- 或者
|