No Support for OVER in MS SQL Server 2005?

后端 未结 4 1869
我寻月下人不归
我寻月下人不归 2020-12-02 01:21

OVERI am getting an error when trying to run a query in MS SQL Server Management Studio. We use MS SQL Server 2005 on a windows 2003 server.

Here is the query:

4条回答
  •  不思量自难忘°
    2020-12-02 02:06

    The problem is that you are using the Query Designer GUI. Stop doing that. The Query Designer is rubbish. It's useless for any non-trivial query development. Type you queries in a Management Studio editor window.

提交回复
热议问题