You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSTR(str,substr): Returns the position of the first occurrence of substring substr in string str.
This is the same as LOCATE(). So just add the instr function name in locateFunction.
Description
INSTR(str,substr): Returns the position of the first occurrence of substring substr in string str.
This is the same as LOCATE(). So just add the instr function name in locateFunction.
Use case
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: