One solution is to create a new view to overwrite the view name - where mytable is a valid table.
create or replace view cm_in_freq_ic__1000000 as select * from mytable;
Now drop the view - it's successful.
drop view cm_in_freq_ic__1000000;
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…