一个实用而且最快的分页sql语句(带条件):

select * from table where id not (select  top (页数-1)*一页显示条数 id from table where 条件字段=条件)  and 条件字段=条件