摘要: select row_number() over(order by id asc) as rower from table按照id升序从1开始计数 阅读全文
posted @ 2011-01-04 18:02 青菜园 阅读(102) 评论(0) 推荐(0)