SQL Server Cannot Call Methods on Date

后端 未结 11 1471
时光取名叫无心
时光取名叫无心 2020-12-16 10:41

I\'ve got a DATETIME column in a SQL Server 2008 table called ShiftDate. I want to convert this to a DATE column in a query:

SELECT     ID, ScheduleID, Shift         


        
11条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-16 10:55

    From my experience, the error can be ignored. Just save the view and query it outside the Design/"View editor" window (in a new query window) and it will work.

提交回复
热议问题