chr(9), chr(10), chr(13) removal
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Prod
PL/SQL Release 10.2.0.5.0 - Production
CORE 10.2.0.5.0 Production
TNS for Linux: Version 10.2.0.5.0 - Production
NLSRTL Version 10.2.0.5.0 - Production
hi, I have many tables that their data contain characters chr(9), chr(10), chr(13) and I want to remove them.
My question is where is it best to put code to do that task?
Thank you in advance.