标题:再提select问题
取消只看楼主
jjld
Rank: 2
等 级:论坛游民
帖 子:31
专家分:17
注 册:2010-7-13
结帖率:100%
已结贴  问题点数:10 回复次数:0 
再提select问题
rst.open "select * from neirong where fornatdatetime(n_date,2)='"&date()&"'",conn,1,1
<%=rst.recordcount%>仍无显示。
用下面代码能达到效果,但还是想学习一下,看有没有更好的简单方法。
   num=0
    rst.open "select n_date from neirong",conn,1,1
    while not rst.eof
    if cdate(formatdatetime(rst("n_date"),2))=date() then
    num=num+1
    end if
    rst.movenext
    wend
搜索更多相关主题的帖子: select 
2010-07-30 09:30



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-314360-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.107799 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved