会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Luouy~羽林
学问如逆水行舟,不进则退; 有知识的人不实践,等于一只蜜蜂不酿蜜; 我们可以由读书而收集知识,但必须利用思考把糠和谷子分开
博客园
首页
新随笔
新文章
联系
订阅
管理
2011年2月25日
查詢sql2005用户数据库所有表中的一个值
摘要: declare @str varchar(100)set @str='系统'declare @s varchar(max)declare c_tb cursor local for --申明游标 select b='if exists(select 1 from ['+b.name+'] where ['+a.name+'] like ''%'+@str+'%'') print ''select ['+a.name+'] from ['+b.name+
阅读全文
posted @ 2011-02-25 14:57 羽林.Luouy
阅读(767)
评论(0)
推荐(0)
编辑