Solved Change a fild datatype from double to decimal

mansied

Member
Local time
Today, 12:20
Joined
Oct 15, 2020
Messages
100
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?
 

Users who are viewing this thread

Back
Top Bottom