String Functions MySQL Tutorial

mysql>
mysql> SELECT 10 LIKE '1%';
+--------------+
| 10 LIKE '1%' |
+--------------+
|            1 |
+--------------+
1 row in set (0.00 sec)
mysql>