主题:帮帮忙!
[em18] 怎么统计当天的信息数量?其中adddate为datetime类型
<%
Set rscount = conn.Execute("select count(*) as cot from product where [adddate]=date()")
%>
<%
Set rscount = conn.Execute("select count(*) as cot from product where [adddate]=date()")
%>