Skip to content
Mathias Rangel Wulff edited this page Mar 12, 2017 · 3 revisions

Keyword INSTR

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

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