I have the following table called Test with the following columns.
Items
---------
pest
best
test
destruct
Is there anyway of selecting everything in the table if i do a search for est? Meaning, i wanna select any items containing 'est'. Is there a possible SQL statement for it? Thanks.