I have to find a way to figure out the values with embedded spaces in a column. Example :
Table : Test
COLUMN
ABC -- OK
A B C -- OK (only one space between word)
A B C -- (fetch this)(2 spaces)
A B C -- (fetch this)(3 spaces)
As the last 2 values in the column having embedded spaces, somehow I have to fetch these values..
Any suggestion...