SQL Server INSERT … SELECT Statement won't parse

前端 未结 5 1605
生来不讨喜
生来不讨喜 2021-01-14 04:55

I am getting the following error message with SQL Server 2005

Msg 120, Level 15, State 1, Procedure usp_AttributeActivitiesForDateRange, Line 18 The

5条回答
  •  难免孤独
    2021-01-14 05:27

    In the Select there is a typo

    [Local-User-ID]
                [Activity-Type],
    

    you are missing ","!

提交回复
热议问题