摘要: --SQL Server:Select TOP N * From TABLE Order By NewID() --开头到N条记录Select Top N * From 表--N到M条记录(要有主索引ID)Select Top M-N * From 表Where ID in (Select Top  阅读全文
posted @ 2016-12-13 09:54 Fetion 阅读(278) 评论(0) 推荐(0)