INSTR(str,substr) : INSTR : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » INSTR »

 

INSTR(str,substr)


mysql>
mysql> SELECT INSTR('ABCDE', 'AB');
+----------------------+
| INSTR('ABCDE', 'AB') |
+----------------------+
|                    |
+----------------------+
row in set (0.00 sec)

mysql>
mysql> SELECT INSTR('ABC', 'DEF');
+---------------------+
| INSTR('ABC', 'DEF') |
+---------------------+
|                   |
+---------------------+
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
» INSTR