Use INSTR : INSTR : Function SQL / MySQL


SQL / MySQL » Function » INSTR »

 

Use INSTR



/*
mysql> select INSTR('123456','56');
+----------------------+
| INSTR('123456','56') |
+----------------------+
|                    5 |
+----------------------+
1 row in set (0.00 sec)


*/  
select INSTR('123456','56');
           
       



Leave a Comment / Note


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

Follow Navioo On Twitter

SQL / MySQL

 Navioo Function
» INSTR