数据库批量快捷查询

数据库批量快捷查询

select 'update [dbo].[BuilderTableColumn]  set Width=''120''   where  TableName=''LoopPlan''  and  Comment=''' + Comment+ '''' 
			from [dbo].[BuilderTableColumn] 
			where  TableName='LoopPlan' and IsList = 1
			order by Sort

posted @ 2023-03-24 15:43  高小浩upup  阅读(28)  评论(0)    收藏  举报