Select top 15 * from (Select top 3510 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 picdate Desc) as RowNo from users with(index(IX_users_search_nhome)) Where nhome>=2 and sex='男' and subHide=0 and netnameok=1 and user_id>=10001 and want=0 and interest5=1) as T_users where RowNo between 3496 and 3510 order by RowNo asc