Is it possible to preform a sql query that could have partial matches..
For instance:
I have a field called zipCodes with entrys of
"777 555 888"
"555 222 111"
"333 444 555"
and I want to do a search for all entries that have the area code 555 in it.
Or even in the case of how a basic search would function looking for text.
Thanks,
Jesse