syntax problem with SQL
Hi I'm VERY new to SQL and am having trouble with its syntax.
Brief: I need to add columns to my table that will be named TITLE, DESCRIPTION KEYWORDS ...that simple!
Here's my code:
ALTER TABLE Products ADD COLUMN description TITLE
Here's the error message:
Server: Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'COLUMN'.
AS always Your help is greatly appreciated,
Thanks
nancy
|