Hi all,

I have a table called Result. Which holds id & result columns. Id column is integer & result column is varchar(50). I want to change datatype of column result to make it memo field.
In Sql-server you can make column datatype to text which is memo filed. How I can do it in oracle?