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
Plan is probably a SQL keyword (e.g, "EXPLAIN PLAN").
Either escape the column name or change it.