No problem using it like this. I just want to know why you would do this.
Is it not the same to say. Does the constant make it quicker?
mySpace CONSTANT VARCHAR2(1) := ' ';
begin
select ....into x
exeption
no_data_found then
x:= ' ';
end;...
Leave a comment: