Advertisements
Advertisements
Question
Write an SQL query to perform the following:
Find and display the position of the substring “India” in the string “Incredible India”.
Code Writing
Advertisements
Solution
SELECT INSTR('Incredible India', 'India');shaalaa.com
Is there an error in this question or solution?
