Answer Posted / shrikant
Hi,
Yes Tulsi is right.
Execute the below queries & you will see the diff clearly -
SELECT instr('hello','e') FROM dual
SELECT substr('hello',2,3) FROM dual
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
How do you update f as m and m as f from the below table testtable?
How many parts of a pl sql block are optional?
what are the 'mysql' command line options? : Sql dba
How do I find sql profiler?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
Can we connect to postgresql using sql developer?
What are transaction and its controls?
How many disk partitions should I have?
what is 'mysqldump'? : Sql dba
what is transaction? : Sql dba
Define a temp table?
how to get a list of columns in an existing table? : Sql dba
What is a constraint?
what are sequences
What is difference between stored function and application function?