Advertisements
Advertisements
प्रश्न
Write a SQL query for the following:
To display the position of first occurrence of ‘com’ in the string ‘mycommercial.com’.
कोड लेखन
Advertisements
उत्तर
SELECT INSTR(‘mycommercial.com’, ‘com’);
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2024-2025 (March) Set 4
