Alter Table Modify Column Oracle Code Example


Example 1: alter table column size oracle

ALTER TABLE tablename MODIFY fieldname VARCHAR2(100);

Example 2: alter table oracle

ALTER TABLE tablename MODIFY columnname varchar2(100)

Example 3: orcale sql change column type

ALTER TABLE table_name  MODIFY column_name action;

Example 4: oracle alter table add column

ALTER TABLE table_name  	ADD column_name data_type constraint;

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable