我需要限制 软件类型ID3 栏目id18,19 最近更新软件 和月下载排行 两个代码 统计记录: select count(*) as total from [!db.pre!]down where checked=1 查询记录:select * from [!db.pre!]down where checked=1 order by count_month desc (原月下载排行代码) 请问下代码怎么写万分感谢~!
统计记录: select count(*) as total from [!db.pre!]down where checked=1 and softtype=类型id 查询记录:select * from [!db.pre!]down where checked=1 and softtype=类型id order by count_month desc
统计记录: select count(*) as total from [!db.pre!]down where checked=1 and softtype=类型id and classid in (8,9) 查询记录:select * from [!db.pre!]down where checked=1 and softtype=类型id and classid in (8,9) order by count_month desc