-
Notifications
You must be signed in to change notification settings - Fork 656
Instr
Mathias Rangel Wulff edited this page Mar 12, 2017
·
3 revisions
Function INSTR(string1, string2)
Returns the position of the substring in the string:
SELECT INSTR('abc','b')
// returns 2
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo