Can anyone tell me how to use regular expression in LOCATE function to locate a non alphanumeric character in a string?
I know the regular expression for non alphanum characters is '\W' but not able to implement it correctly in the function.
I am working on DB2 9.1 version for LINUX, UNIX AND WINDOWS