设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 53|回复: 2
打印 上一主题 下一主题

多表查询的时候如何显示多个字段?

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-20 02:52:54 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
在下面的代码中怎样让它显示多个字段的值?比如还有class_1.name之类的.
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<%set rs=server.CreateObject("adodb.recordset")
sql="select count(product.category_id) as name from product inner join class_1 on product.category_id=class_1.id where class_1.id=404"
[知识问答ωωω.χiuGoo.сom]
'do while not rs.eof
rs.open sql,conn,1,1%>
<tr>

<td><%=rs("name")%></td>

</tr>
<%
rs.movenext
' loop

rs.close
set rs=nothing%>
2#
发表于 2010-1-20 02:52:58 | 只看该作者
select count(product.category_id) as name2,class_1.name from product inner join class_1 on product.category_id=class_1.id where class_1.id=404

试下
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-19 00:30 , Processed in 0.097762 second(s), 8 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表