posted 21 years ago
Hello All,
How to check blank spaces. In otherwords, how can I check a blank space in a specific byte of a column. I tried using ascii(substr(column_name,start_byte, length) = 32. This does not work if there're blank space starting start_byte all the way up.
Say, for example if the column A has a value = "New York ". ascii(substr(A,4,1) = 32 returns true - but this does not work for ascii(substr(A,9,1) = 32 in my where cluase.
Thanks
Maalti Iyer.