Is there a way to get substring offset in mysql?
IE
"hello everyone, I'm a newbie programmer" "all" offset 6
I am looking for indexOf equivalent in java / javascript
thank!
sorry, I found myself
INSTR(str, substr)