Hi,
I have an integer field with 10 digit values.I want to allow the user to search with starting numbers say 5 digits.
if the search is for 123 all the numbers starting with 123 should be displayed. Is there any operator similar to LIKE for this purpose?
I have an integer field with 10 digit values.I want to allow the user to search with starting numbers say 5 digits.
if the search is for 123 all the numbers starting with 123 should be displayed. Is there any operator similar to LIKE for this purpose?
Comment