bluegroper
Technical User
Hey forum
This should be easy but I have PBKAC.
Can annybody please help me with correct syntax ?
rate is presently varchar(15), need (25).
TIA's
This should be easy but I have PBKAC.
Can annybody please help me with correct syntax ?
rate is presently varchar(15), need (25).
TIA's
Code:
ALTER TABLE phonecalls ALTER COLUMN rate TYPE varchar(25)