I have a table where I want to query partial phrases or words and cannot figure out a simple way to accomplish this. I used the brackets [] in the underlying query but cannot figure out an easy way to retrieve data with partial info.
Software/Hardware used:
ASKED:
January 7, 2011 7:37 PM
UPDATED:
January 10, 2011 2:32 PM
That last one should have been
Ex. Find all rows where field1 has a word that ends with “con”
Select * from table where field1 like “*con”