Stretchwickster
Programmer
Hi,
I'm struggling to find the right syntax for enlarging a varchar2 column from 20 to 50 characters. There seem to be so many variations documented! At the moment I am using:
Your help would be much appreciated!
Clive![[infinity] [infinity] [infinity]](/data/assets/smilies/infinity.gif)
I'm struggling to find the right syntax for enlarging a varchar2 column from 20 to 50 characters. There seem to be so many variations documented! At the moment I am using:
Code:
ALTER TABLE table_name ALTER COLUMN column_name VARCHAR2(50);
Your help would be much appreciated!
Clive
![[infinity] [infinity] [infinity]](/data/assets/smilies/infinity.gif)