What is wrong with this SQL statement?

前端 未结 6 891
夕颜
夕颜 2021-01-23 00:06

I\'m trying to create this table and I want to gauge my eyes out. What is wrong with it? I get an error: \"Incorrect syntax near PLAN\"

create table Instrumentos         


        
6条回答
  •  无人及你
    2021-01-23 00:59

    Two problems:

    1. Plan is SQL Server reserved word.
    2. ProyectoFinal column name is used twice.

提交回复
热议问题