If the substring is not present in a string, the INSTR() returns:
0
Reason — When the substring is not found within the string, the INSTR() function in MySQL returns 0.
INSTR()