Basic SQL - Using temp table; The multi-part identifier “mytable.Number” could not be bound

前端 未结 0 1332
感情败类
感情败类 2021-01-19 09:29

I\'d like to declare a temp table and then reference a single number I pass into it at creation.

GO
DROP TABLE IF EXISTS
    #my_table
SELECT 
    Number
INTO         


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