SqlServer中使用参数传递前N条条件

2015-01-25 0 768
SqlServer中使用参数传递前N条条件
declare @topN int;   
select @topN = 10;   
  
select top (@topN) * from TableName  

遇见资源网 sql SqlServer中使用参数传递前N条条件 http://www.ox520.com/17444.html

下一篇: ora01747
常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务