Hi All,
I tried adding column to the table using Alter command and it was successful. But when I am trying to drop the column I am getting the syntax error.
alter table "ID42588"."CUSTOMER" add (custphone nvarchar(10));
alter table "ID42588"."CUSTOMER" drop (custphone nvarchar(10));
Error Message
sql syntax error: incorrect syntax near "nvarchar": line 1 col 50 (at pos 50);
Please help