ss7thirty
Well-known member
I have a field that is VarChar and I am wondering how to check if something is an exact match or not. It seems that the equal operator is not working for this type of field. I was wondering if there was a way to do this without having to use a like statement or if there is a way to make sure the like statement is an exact match because in this field I may have one record with '84' and one that is 'A-1234584'.