设为首页收藏本站

新微赢技术网

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

相同字段怎么只显示一条?

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-9 07:16:49 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
相同字段怎么只显示一条?
2#
发表于 2010-1-9 07:16:53 | 只看该作者
没太看懂楼主的意思 acc数据库,还是mssql,有没有自动编号或identity列
回复 支持 反对

使用道具 举报

3#
发表于 2010-1-9 07:16:57 | 只看该作者
rszp.open "select gstitle,tdate from (select distinct JaAdmin from zp where sc=1)",conn1,1,1
rszp.open "select * from (select distinct JaAdmin from zp where sc=1)",conn1,1,1
第二的一条实现了功能 但是gstitle,tdate 的值无法提取
第一条不知道那里错了
回复 支持 反对

使用道具 举报

4#
发表于 2010-1-9 07:17:00 | 只看该作者
如果是所有字段完全相同的用distinct
如果只是部分字段相同,但是想把所有字段都显示用group by
回复 支持 反对

使用道具 举报

5#
发表于 2010-1-9 07:17:05 | 只看该作者
<table align="center" cellpadding="3" cellspacing="0" width="99%" bgcolor="#CCCCCC">
<tr>
<td bgcolor="#eeeeee">
  <div align="center">招聘公司</div></td>
<td bgcolor="#eeeeee">
  <div align="center">进入查看</div></td>
<td bgcolor="#eeeeee">
  <div align="center">发布时间</div></td>
</tr>
<%   
set rszp=server.CreateObject("adodb.recordset")
   rszp.open "select top 8 * from zp where sc=1 order by tdate desc",conn1,1,1
if not rszp.eof then
i=0
do while (not rszp.eof) and (i < 8)
i=i+1
%>
<tr>
<td bgcolor="#FFFFFF">
  <div align="center">
  <%if rszp("gstitle")="" then%>
  <%=mid(rszp("JaAdmin"),1,5)%>
  <%else%>
  <%=mid(rszp("gstitle"),1,5)%>
  <%end if%>
  </div></td>
<td bgcolor="#FFFFFF">
  <div align="center"><a href=gszps.asp?id=<%=rszp("JaAdmin")%>>查看</a></div></td>
<td bgcolor="#FFFFFF">
  <div align="center"><%=rszp("tdate")%></div></td>
</tr>
<tr><td height="1" background="images/line.jpg" colspan="3"></td></tr>
<%
rszp.movenext
loop
else
response.write "<tr><td bgcolor=FFFFFF colspan=3>"
response.write "<div align=center>暂无消息</div></td></tr> "
end if
rszp.close
%>   
<% if session("userweb")="公司注册" then%>
<% response.write"<tr><td colspan=3 bgcolor=#FFFFFF>" %>
<%response.write "<div align=right><a href='118user/boke/zp.asp'><font color=#FF0000>我要招聘</font></a>&nbsp;&nbsp;</DIV>"%>
<%response.write"</td></tr>"%>
<%else%>
<% response.write"<tr><td colspan=3 bgcolor=#FFFFFF>" %>
<%response.write "<div align=right><a href='118user/boke/index.asp'><font color=#FF0000>我要招聘</font></a>&nbsp;&nbsp;</DIV>"%>
<%response.write"</td></tr>"%>
<%end if%></table>
我试过distinct 无法运行
select top 8 * from (select distinct 字段 from zp where sc=1 order by tdate desc) 也不行
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-20 07:23 , Processed in 0.095155 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

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

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