Oracle clob형 필드와 varchar필드 union 할수 있게

Clob 타입이 아닌 컬럼과 union 시에


select to_clob(content) as cont from table

union all

select article as cont from table2