Modifying a datatype in Oracle

The syntax for modifying a column’s datatype in Oracle is

alter table table_name modify column_name new_datatype;

Leave a Reply

You must be logged in to post a comment.

Powered by WordPress
Entries (RSS) and Comments (RSS).