SyntaxFix
Write A Post
Hire A Developer
Questions
Increasing column size with ALTER will not lose any data:
ALTER
alter table [progennet_dev].PROGEN.LE alter column UR_VALUE_3 varchar(500)
As @Martin points out, remember to explicitly specify NULL | NOT NULL
NULL | NOT NULL