I have a column in a table that the data in the column should be 6 digits but the maximum length of the column is 15 characters. It is a alphanumeric datatype. So when I try to run a length(column_name) it gives me 15 not the actual number of characters in the column. What I am looking for is data that is greater then or less then 6 digits.