You are on page 1of 1

select * from all_tab_columns where column_name like 'direct_credit%'

alter table table_name


rename column old_name to new_name;

You might also like