Sunday, May 18, 2008

What operator do you use in SQL to find values based on a pattern (or partial expression?

You can use the LIKE operator to find values in a field that match the pattern
you specify.

Your Title