4 lines
150 B
Transact-SQL
4 lines
150 B
Transact-SQL
alter table [dbo].[Information_EPSummaryReport] add Quarter int null
|
|
GO
|
|
alter table [dbo].[InformationProject_EPSummaryReport] add Quarter int null
|
|
GO |