declare @topnum int
set @topnum=50
select top (@topnum) * from product

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
  • 2021-12-22
  • 2021-06-17
猜你喜欢
  • 2022-12-23
  • 2021-09-24
  • 2021-05-09
  • 2022-03-10
相关资源
相似解决方案