Is it possilble to convert a table column from clob to varchar?
990903Feb 13 2013 — edited Feb 13 2013Hi all,
Is it possilble to convert a table column from clob to varchar if the column having text data?
Scenario is :
one dev needs a column col1 in a table (tab) as varchar data type.
The datatype of that column col1 is clob and having text data.
PLs suggest..