In MySQL, LIKE is allowed on numeric expressions. : LIKE : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » LIKE »

 

In MySQL, LIKE is allowed on numeric expressions.


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

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo String Functions
» LIKE