Author: Bill Woodger
Subject: Reply to: Syntax to check the first 4 digits of a number.
Posted: Tue May 03, 2016 4:42 pm (GMT 5.5)
The problem with using the substring search is that you are open to "false hits".
A record with non-zero leading "69954", for instance, would be selected.
enrico's suggestion is the way to do it.
Subject: Reply to: Syntax to check the first 4 digits of a number.
Posted: Tue May 03, 2016 4:42 pm (GMT 5.5)
The problem with using the substring search is that you are open to "false hits".
A record with non-zero leading "69954", for instance, would be selected.
enrico's suggestion is the way to do it.