Oracle INSTR replacement in MySQL
Requirements: Before, I used instr() in Oracle to achieve the requirements, but now I want to use MySQL to achieve the same effect, and try to use the functions in MySQL to achieve it. INSTR(A.SOME_THING.B,".",1,2)<>0 --ORACLE