2009年3月31日
摘要: 在SQL Server 2005可以通过with as根据指定的字段排序编号,SQL语句如下: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->WITH 表1 AS ( SELECT 编号字段名, ROW_NUMBER() OVER(OR... 阅读全文
posted @ 2009-03-31 18:10 lasko 阅读(225) 评论(0) 推荐(0)