I have searched through the FAQ and did not find an answer to my question/problem. I'm am working on DBC Release V2R.04.01.01.01, DBS Version 04.01.01.06. I am trying to strip out the leading numbers that are found in and address field. For example, 123 MAIN ST translates to MAIN ST. The leading numbers could be seperated from the actual street name by any alpha character (including Unicode). I know that I can do this with a large CASE statement or using Volatile tables or stored procedures. However, stored procedures are not very stable in this release. Volatile tables would mean multiple passes. The CASE statement is some what limiting for this specific purpose.
Is there any other way to accomplish this task?
It would be nice if the TRIM function could somehow accept multiple values. (eg. TRIM(address IN ('1','2','3','4')))
Thanks,
DSquare
Is there any other way to accomplish this task?
It would be nice if the TRIM function could somehow accept multiple values. (eg. TRIM(address IN ('1','2','3','4')))
Thanks,
DSquare