toxic

备忘录

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2014年12月15日

摘要: select c.rowno from (select *,(@rowNO := @rowNo+1) AS rowno from profile a,(select @rowNO :=0) b order by coins desc) c where c.user_id = 10006; 阅读全文
posted @ 2014-12-15 15:17 toxic 阅读(748) 评论(0) 推荐(0) 编辑