What is wrong with this SQL statement? -
I am trying to create this table and I want to get my eyes out. What's wrong in this? I get an error: "wrong syntax near PLAN"
Table creation tool (ID int primary key, IDSeguimiento int foreign key references Seguimiento (ID), GuiaDocente bit, GuiaDocenteObservacion varchar (200 ), GuiaAlumno Bit, Gayalombo Observational Varna (200), Plan Bit, Plan Observations Vertical (200), Registrotonotus Bit, Registrotonos Obiservacy Varna (200), Plantificiplips Bit, Plantificinaclaces Observatory Walker (200), Limit B (200), Proctoofin Bit, Proactofinal Varker 200), Practicing Bit, Practicos Observation Varchar (200), Portfolio Bit, Portfolio Observation Conduct (200))
PLAN
is a reserved keyword.
Rename or use the appropriate escape for your server type. For MSSQL, I think you will use [plan]
, but you have to type any question / process / etc.
Comments
Post a Comment