Answer Posted / atchala ramanareddy
substr:
select substr('atchala ramanareddy',2,9) from dual;
it will return tchala ra.
instr:
select instr('atchala ramanareddy','a',1,2) from dual;
it will return 5.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
What is raw datatype in sql?
What are operators available in sql?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
Mention what are different methods to trace the pl/sql code?
What is hibernate and its relation to sql?
What is sql exception?
What is execution plan in sql?
How do I filter in sql profiler?
What is a crud api?
What is trigger price?
What does count (*) do in sql?
What is difference between procedure and trigger?
Can a table have no primary key?
what is subquery? : Sql dba
What is numeric function sql?