I am looking for the best method to remove digit characters from ASCII text within Sybase SQL Anywhere 16. Is there any method of doing this which does not resort to nested REPLACE()
calls, loops etc.?
Example:
This 1.00 is 200 a test 333 string.
becomes This is a test string.