
ASP降序问题<%Sql="selecttop8*fromNewsDatawhered_classidin(selectclassidfromNewsClasswhereParentID=16)"Rs.OpenSql,conn,1,1DoUntilRs.Eof%>怎样让他读取到数据库的降序ID呢也就是让所有文章标题最新的始终在最前面试试看Sql="selecttop8*fromNewsDatawhered_classidin(selectclassidfromNewsClasswhereParentID=16)orderbyiddesc"读出结果按d_classid字段降序排列......