Use TO_CHAR() function

TO_CHAR() is much faster compared to LTRIM(LPAD(TO_CHAR())) and RTRIM(RPAD(TO_CHAR()))

Violating this rule will affect the functionality of the code.The severity is minor which means that the code probably works, but should be corrected at first opportunity.

LTRIM(LPAD(TO_CHAR())) and RTRIM(RPAD(TO_CHAR())) should be replaced with TO_CHAR()

Available actions


This page is generated from IFS Developer Studio at 2021-08-13 08:40.