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 are the most important ddl statements in sql?
Can we use commit inside a trigger?
How to install oracle sql developer?
What is pl sql in oracle?
Differentiate between % rowtype and type record.
How does sql developer connect to oracle database?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What are tuples in sql?
Does sqlite need a server?
what are the differences between require and include, include_once and require_once? : Sql dba
how would concatenate strings in mysql? : Sql dba
What are the parameter modes supported by pl/sql?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
How can I tell if sql is running?
what are the nonstandard string types? : Sql dba