bootcamp光盘安装:ASP查询高手请进!

来源:百度文库 编辑:高校问答 时间:2024/05/08 03:58:23
看看下面的 怎么输出?输出全部.
<%dim sqlstr,rs
Set Rs=Server.createobject("ADODB.RECORDSET")
sqlstr="select * from CallNoUserAllCDR where startdateTime>'2006-07-05' and groupNo<>'softphone' order by GroupNo compute sum(ThisTimeFee) by groupNo"
Rs.open Sqlstr,conn,1,3
%>

response.write()