Modifying a datatype in Oracle
2007 Jan 5th @ 03:14:17
Categories
The syntax for modifying a column’s datatype in Oracle is
alter table table_name modify column_name new_datatype;
The syntax for modifying a column’s datatype in Oracle is
alter table table_name modify column_name new_datatype;
You must be logged in to post a comment.
Powered by
WordPress
Entries (RSS)
and Comments (RSS).