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
相關文章
相關標籤/搜索