asp 读取数据不显示重复数据

原文是这样写的,但是读取的数据有重复出现的情况,如何修改能不显示重复的数据?<%where="1=1"ifxmman_key<>""thenwhere=where&"an... 原文是这样写的,但是读取的数据有重复出现的情况,如何修改能不显示重复的数据?
<%
where="1=1"
if xmman_key <>"" then
where=where&" and aaa like '%"&xmman_key&"%' "
end if
set rs=Conn.Execute("select aaa,bbb from oracle where "&where)
i=0

do while not rs.eof
i=i+1

%>
rstr+='<tr class="tr1" onclick="tdonclick(\'<%=rs("aaa")%>\',\'xmman\')" onmouseover="tdmouseover(this)" onmouseout="tdmouseout(this)"><td style="background:menu;height:18px;"></td><td ><%=RS("aaa")%></td><td ><%=rs("bbb")%></td></tr>\r\n';
<%
rs.movenext:loop:Set rs=Nothing
%>
rstr+="</table>";
parent.document.getElementById("xmman_list").innerHTML=rstr;
展开
 我来答
ehdy
2013-07-17 · TA获得超过4638个赞
知道小有建树答主
回答量:1454
采纳率:77%
帮助的人:842万
展开全部
set rs=Conn.Execute("select aaa,bbb from oracle where "&where)

修改成

set rs=Conn.Execute("select aaa,bbb from oracle where "&where & " group by aaa,bbb")
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式