Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在mysql中获取子字符串的偏移量?
IE
“大家好,我是新手程序员” “大家” offset 6
我在 java/javascript 中寻找 indexOf 的等价物
谢谢!
不好意思,自己找的
INSTR(str, substr)