M
mh53j_fe
I am creating a report that includes a column that is data type
varchar2(1000). My goal is to find a workaround to the 255 character
limitation to display this column.
I use PL/SQL stored procedure to create the report in a text file. The
PL/SQL code parses the 1000 character column into 4 columns each with a
255 character limitation. (column1, column2, etc)
I import the text file into excel and then save it as an excel file. Is
there a way that I can combine the four columns into one column? Are
there any other workarounds that I have not thought of?
Thanks in advance for your help.
varchar2(1000). My goal is to find a workaround to the 255 character
limitation to display this column.
I use PL/SQL stored procedure to create the report in a text file. The
PL/SQL code parses the 1000 character column into 4 columns each with a
255 character limitation. (column1, column2, etc)
I import the text file into excel and then save it as an excel file. Is
there a way that I can combine the four columns into one column? Are
there any other workarounds that I have not thought of?
Thanks in advance for your help.