note that you can also use a long variable :
declare
var long;
begin
select long_column
into var
from table
where ...;
dbms_output.put_line(var || ' concatened with text');
end;
|
Results 1 to 7 of 7
Thread: long||varcharThreaded View
|
Click Here to Expand Forum to Full Width |