Hi all,
I have the following:
alter table clients
Add column SceneFlag [char](1) NOT NULL DEFAULT 'Y'
I always get the following message:
Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'column'.
I don't get it. where did it go wrong.
Betty