Mega Code Archive

 
Categories / MySQL Tutorial / String Functions
 

In MySQL, LIKE is allowed on numeric expressions

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