Wednesday, October 25, 2017

Character join

character join 


function remkFormula return Char is
begin
if :abs_day <> 0 then
  return(:abs_day ||' day absent = ' ||:abs_day*2 || ' days deduction');

else return(''); end if;

end;

No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...