asp网页调用新闻紧急问题!

<%t=0setrs=server.createobject("adodb.recordset")sql="selectid,title,content,oColor,o... <%t=0
set rs=server.createobject("adodb.recordset")
sql="select id,title,content,oColor,oStyle,tuijian,time,firstimagename,infotime,BigClassName,SmallClassName from OYAYA_news where ifshow=1 order by id desc"
rs.open sql,conn,1,1
if not rs.eof then
do while not rs.eof
t=t+1%>........
这段代码是显示网站最新文章,我想只显示某一栏目的最新文章,应该怎么修改?
展开
 我来答
yangke_study_x
2015-01-05 · 超过48用户采纳过TA的回答
知道小有建树答主
回答量:117
采纳率:92%
帮助的人:54.6万
展开全部
sql="select top n * from OYAYA_news where ifshow=1 and news_class=X order by id desc"
news_class 数字/整型类型 所属类别
追问
where ifshow=1 and BigClassName(或者 SmallClassName)='xxx'
已经成功调用某一栏目最新文章,现在因为需要,得调用2个栏目的新闻,请又该怎么改?
追答
sql="select * from OYAYA_news where ifshow=1 and news_class=X and news_xclass=XX order by id desc"
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
azjcdy
2015-01-05 · TA获得超过496个赞
知道小有建树答主
回答量:602
采纳率:0%
帮助的人:340万
展开全部
where ifshow=1 and BigClassName(或者 SmallClassName)='xxx'
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式