I am having a frustrating problem when I try to add a new column in an existing table named Groupon the SQL Server.
My command is the following:
ALTER TABLE Group
ADD languageID INT
The error I get is the following:
Incorrect syntax near 'Group'. Expecting '.', ID, or QUOTED_ID
Any idea why is this happening ?