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 a reserved word. If you really want to use it, and I advise against it, you would need to enclose it in escape characters.