Change the values to fit the column size
978734Dec 14 2012 — edited Dec 14 2012Some of the values stored in a VIEW is longer than varchar2 size. I want to create a table with a column with the data type as varchar2. When I try to create this table with that column in VIEW, I get the error that the "character string buffer too small". Is it possible to compress or truncate the values to fit the column size?