SELECT 'ALTER TABLE ' + NAME + ' ADD 字段名 int not null default 0' FROM sysobjects AS s
WHERE s.[type] ='u' ORDER BY s.name
转载于:https://www.cnblogs.com/Sabre/p/3780947.html
SELECT 'ALTER TABLE ' + NAME + ' ADD 字段名 int not null default 0' FROM sysobjects AS s
WHERE s.[type] ='u' ORDER BY s.name
转载于:https://www.cnblogs.com/Sabre/p/3780947.html