Hello, I want to change the data type of a field from double to decimal .
This SQL code
ALTER TABLE **tablename** ALTER COLUMN [**myfield**] DECIMAL(6,2)
says syntax error and doesn't let me save it.
Does anyone have a suggestion about how to change it?
This SQL code
ALTER TABLE **tablename** ALTER COLUMN [**myfield**] DECIMAL(6,2)
says syntax error and doesn't let me save it.
Does anyone have a suggestion about how to change it?