首页 > 学院 > 开发设计 > 正文

ASP实现文章置顶功能和取消置顶功能

2019-11-17 04:16:02
字体:
来源:转载
供稿:网友
设你这个字段,如果置顶的话,newstop为1 否则为0,那先对
newstop 排序,在对newsID 排序,则:
select ... from...order by newstop desc,newsID desc
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表