|
|
От: |
Sinclair
|
https://github.com/evilguest/ |
| Дата: | 12.08.03 10:04 | ||
| Оценка: | |||
if not exists (select name from dbo.syscolumns where id=object_id('vldCampaign') and name = N'CO')
begin
alter table vldCampaign add CO int default '3'
end
go
update vldCampaign set CO = '3' where CO is NULL