I need the following to be validate. the field contain 11 character (X8656787659) How ever, some of the data is just only 10. I want to select which field have only 10 character no include space. I have look up LEN, right function, but some how it is not return right value. The problem is the some of field have space at the end, eg.
X8656787659
X876000080
C653566
X4566777659
How do I check the data to see if the have a space at the end?
X8656787659
X876000080
C653566
X4566777659
How do I check the data to see if the have a space at the end?