Hello All,
I need to write an udf to find whether the given value is alphanumeric or not.
if the value is only numeric it should return '0'.
if it is any other (it might be the combination of numeric values,alphabets and also speial characters) then it should return '1'.
Thanks
Sai