2005用 SELECT   ROW_NUMBER()   OVER   (order   by   col2   )   AS   COL,col1,col2   from   tb1 2000用 select   col=   identity(int,1,1),col1,col2   into   #   from   tbl select   *   from   # drop   table   #
本篇文章来自<A href='http://www.soidc.net'>IDC专家网</a> 原文链接:http://www.soidc.net/discuss/31/040101/00/502100_1.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-12
  • 2021-04-08
  • 2022-01-23
猜你喜欢
  • 2021-12-07
  • 2021-04-19
  • 2021-06-27
  • 2022-02-26
相关资源
相似解决方案