Skip to content
Mathias Rangel Wulff edited this page Jun 12, 2015 · 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