Thanks a lot dieter.so without this function we can't do this. i will work with DBA team to install this function.
and one more thing if our valid data is 'a to z ' and '0 to 9' than our oTranslate funcaiton will be like this ...
oTranslate(your_column, 'abcdefghijklmnopqrstuvwxyz0123456789','') > 0
Thanks a lot dieter.so without this function we can't do this. i will work with DBA team to install this function.
and one more thing if our valid data is 'a to z ' and '0 to 9' than our oTranslate funcaiton will be like this ...
oTranslate(your_column,
'abcdefghijklmnopqrstuvwxyz0123456789'
,
''
) > 0