Snippet Name: Alter Table Description: Example of altering the datatypes or lengths of fields in the table. Comment: (none) Language: PL/SQL Highlight Mode: PLSQL Last Modified: March 05th, 2009
Description: Example of altering the datatypes or lengths of fields in the table.
ALTER TABLE geography modify (fld1 VARCHAR2(14), fld2 VARCHAR2(14)) /