MySQL: LIKE Condition - TechOnTheNet.com
This MySQL tutorial explains how to use the MySQL LIKE condition to perform pattern matching with syntax and examples. The MySQL LIKE condition allows wildcards to be used in the WHERE clause of a SELECT, INSERT, UPDATE, or DELETE statement. This ......