sql server 多表增长同一个字段

declare @sql varchar(200), @name varchar(40) declare my_cursor scroll cursor for select name from sysobjects where type = 'u' open my_cursor fetch next from my_cursor into @name while(@@fetch_status=0
相关文章
相关标签/搜索