小编Tam*_*ami的帖子

我如何删除我在SP中声明的表格

就像我宣布一张桌子......

declare @tempTable  TABLE
   (Id bigint identity(1,1),
   bKey int,
   DateT DateTime,
   Addres nvarchar(max),
   unit bigint)
Run Code Online (Sandbox Code Playgroud)

而且我想放弃它...但是我被卡住了下降表n截断不起作用.

ani ideaaa ...... ???

sql

4
推荐指数
2
解决办法
5573
查看次数

标签 统计

sql ×1