会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
PetterLiu
Let the instinct guide you.
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
2012年6月15日
T-Sql 实现类似访问数组变量的操作
摘要: 目前T-SQL不支持Array这种类型,大多数情况我们需要用游标来实现。除了游标后我们还可以用临时表,这里我们演示使用表变量来实现,直接看下来的T-SQL: --Then "iterate" through it executing the necessary SQL from those values. --This will allow you to have 0 ...
阅读全文
posted @ 2012-06-15 10:57 PetterLiu
阅读(4907)
评论(0)
推荐(0)
编辑