SQL Query Analyser
This is a problem I'm having with 'Beginning SQL Programming' (which I can;t see listed on this site anywhere...?)
Exercise at Chapter 6, P.179 instructs you to use the code:
ALTER TABLE InsurPlans
ALTER FIELD InsurPlanName VARCHAR(20);
via the Query Analyser to change the InsurPlanName field Data Type.
However, I'm getting the response:
Server: Msg 170, Level 15, State 1, Line 2
Line 2: Incorrect syntax near 'FIELD'.
Fairly sure I'm not making a typo!!
Any ideas?
|