Answer Posted / parthasarathi
substr is used to get part of a string, instr is used to get particular string's position.
syntax of substr:-
substr(string,from which character we want,[how many characters we want])
syntax of instr:-
instr(string,'character')
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
What do you mean by redo log file mirroring?
Explain the use of rows option in exp command.
How to convert character types to numeric types?
What is a tns file?
How to login to the server without an instance?
Explain oracle’s server parameter file.
What is not equal to in oracle?
How to put more than 1000 values into an oracle in clause?
State the various uses of dbcc command?
What is the use of file param in imp command?
What is the difference between truncate & delete command?
Can you tell me how to add new column in existing views?how?How is possible?
How to define a data field as not null?
List the types of joins used in writing subqueries?