我创建了 View_DefectDaysOutstanding3 视图。当我选择查看数据时,它给出了数据,但是为什么在选择语句中所有字段都带有红色下划线作为错误?
SELECT TOP 1000 [ID]
,[Severity]
,[AvgDaysOutstanding]
,[ReportMonth]
,[ReportYearMonth]
,[#OfBugs]
,[projid]
,[folderid]
FROM [SoftwarePlanner].[dbo].[View_DefectDaysOutstanding3]
order by ReportYearMonth