Hi,
I have to write a procedure which takes string as an input and checks whether the corresponding string has any special characters or not
after browsing through the HANA docs, I could find out a method LOCATE, which searches for given character
Is there a easy way to do this for example using the REGEX to find out the special characters?