SyntaxFix
Write A Post
Hire A Developer
Questions
This will grab records with strings (in the fieldName column) that are 10 characters long:
select * from table where length(fieldName)=10