Computer Science, asked by ankushakshay, 7 months ago

Explain INSTR function with an example​

Answers

Answered by memesqueenstela
0

Answer:

The INSTR() function returns the position of the first occurrence of a string in another string. This function performs a case-insensitive search. The INSTR functions search string for substring . The function returns an integer indicating the position of the character in string that is the first character of this occurrence. INSTR calculates strings using characters as defined by the input character set.

Explanation:

Answered by Anonymous
28

Answer:

The INSTR() function returns the position of the first occurrence of a string in another string. This function performs a case-insensitive search.

Similar questions