select * from t1(select * from questions order by votecount desc) limit 1,10;我想查询questions表中按votecount降序排列的前10条数据,开始想用TOP语句,但是MYSQL好像不支持,后来就用了上面的语句,报错,求高人指点。在线等!