Skip to content
Andrey Gershun edited this page May 26, 2015 · 3 revisions

INSTR()

Function INSTR(string1, string2) Returns the position of the substring in the string:

    SELECT INSTR('abc','b')
    // returns 2
Clone this wiki locally