Select top 15 * from (Select top 17 user_id,picX,picY,picN,picMD5,VIPhigh,VIPend,birthday,netname,home,homejob,nedu,high,marry,houseS,carS,income,cshy,typewant,bodyping,xing,star,ganxin,yyyy,SubDATE,homejob2,ROW_NUMBER() over(order by regDATE Desc) as RowNo from users with(index(IX_users_search_homejob3)) Where nhome=1 and homejob3='长乐' and sex='女' and subHide=0 and netnameok=1 and user_id>=10001 and interest1=1 and picN>=1) as T_users where RowNo between 16 and 17 order by RowNo asc