Invalid table name into WITH statement

前端 未结 0 521
梦谈多话
梦谈多话 2021-02-10 07:44

Can someone aid me to understand the following error please?

WITH cteSymbols1 as
    (
        SELECT TOP(@Period) ROW_NUMBER() OVER(ORDER BY (select @Period) des         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题