`
onlycx
  • 浏览: 29725 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

SQL语句分页查询

SQL 
阅读更多
select * from(
  select rownum rn,user_id,user_name,password,contact_tel,email,create_date from
  (
    select * from t_User where user_id<>'root' order by user_id
    )where rownum <= 6
   ) where rn>2 

 

0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics