mysql>mysql> SELECT INSTR('ABCDE', 'AB');+----------------------+| INSTR('ABCDE', 'AB') |+----------------------+| 1 |+----------------------+1 row in set (0.00 sec)mysql>mysql> SELECT INSTR('ABC', 'DEF');+---------------------+| INSTR('ABC', 'DEF') |+---------------------+| 0 |+---------------------+1 row in set (0.00 sec)mysql>
Name (required)
email (will not be published) (required)
Website