The SQL statement SELECT SUBSTR(‘123456789’, INSTR(‘abcabcabc’,’b’), 4) FROM EMP; prints
The SQL statement SELECT SUBSTR(‘123456789’, INSTR(‘abcabcabc’,’b’), 4) FROM EMP; prints Correct Answer 2345
SUBSTR are used to match the particular characters in a string.
মোঃ আরিফুল ইসলাম
Feb 20, 2025