如有一个表News(
id int not null auto_increment,
top int,
char title(20),
primary key(id)
)
这里top表示置顶,如何用一条语句查询,置顶的(top=1表示置顶)放在最上面,再查其他的,按id降序排列