91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何通過一個值查找到值所在的SQL數據庫表

發布時間:2020-03-11 18:17:03 來源:網絡 閱讀:2048 作者:笨狼in用友 欄目:關系型數據庫
declare @cloumns varchar(40)
declare @tablename varchar(40)
declare @str varchar(40)
declare @counts int
declare @sql nvarchar(2000)
declare MyCursor Cursor For 
Select a.name as Columns, b.name as TableName from syscolumns a,sysobjects b,systypes c 
where a.id = b.id
and b.type = 'U' 
and a.xtype=c.xtype
and c.name like '%char%'
set @str='張三'
Open MyCursor
Fetch next From MyCursor Into @cloumns,@tablename
While(@@Fetch_Status = 0)
Begin
 set @sql='select  @tmp_counts=count(*) from ' +@tablename+ ' where ' +@cloumns+' = ''' +@str+ ''''
execute sp_executesql  @sql,N'@tmp_counts int out',@counts out
 if @counts>0
 begin
 print '表名為:'+@tablename+',字段名為'+@cloumns
 end
Fetch next From MyCursor Into @cloumns,@tablename
End
Close MyCursor
Deallocate MyCursor


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

陕西省| 贵溪市| 都安| 故城县| 安康市| 杨浦区| 石台县| 内江市| 仁寿县| 东平县| 无为县| 察哈| 疏附县| 丽江市| 弋阳县| 哈尔滨市| 隆德县| 荣昌县| 和林格尔县| 泾阳县| 民勤县| 泸州市| 奉贤区| 大新县| 尼玛县| 永定县| 宁乡县| 陆川县| 河源市| 乐清市| 兴和县| 富锦市| 巴林左旗| 海伦市| 石嘴山市| 石河子市| 宜城市| 姜堰市| 灵璧县| 开原市| 彩票|