2014年1月24日
摘要: SELECT row_number() over(order by ID) as RowID,IDFROM Person 阅读全文
posted @ 2014-01-24 18:56 SuperSky 阅读(128) 评论(0) 推荐(0) 编辑