Select top 15 * from (Select top 990 user_id,picX,picY,picN,picMD5,VIPhigh,VIPend,birthday,netname,home,homejob,education,high,marriage,house,car,income,cshy,typewant,bodyping,xing,star,ganxin,yyyy,SubDATE,ROW_NUMBER() over(order by regDATE Desc) as RowNo from users with(index(IX_users_search)) Where nhome=1 and sex='女' and subHide=0 and netnameok=1 and want=0 and user_id>=10001) as T_users where RowNo between 976 and 990 order by RowNo asc