Jag skulle välja regexp_replace, även om jag inte är 100 % säker på att detta är användbart i PL/SQL
my_value := regexp_replace(my_value, '[[:space:]]*','');
Jag skulle välja regexp_replace, även om jag inte är 100 % säker på att detta är användbart i PL/SQL
my_value := regexp_replace(my_value, '[[:space:]]*','');