The following query returns the result 20 indicating the position of 'ch' in 'chip'. This is the second occurrence of 'ch' with the search starting from the second character of the source string.
SELECT INSTR('choose a chocolate chip cookie','ch',2,2);