Pattern match Substring comparisonstr LIKE 'abc%' LEFT(str,3) = 'abc'str LIKE '%abc' RIGHT(str,3) = 'abc'