how to display last 5 letters from a name (take emp table
ename )
Answers were Sorted based on User's Feedback
Answer / david
@swati ...
their is no any keyword like "right" as u used in ur
answer's statement......
david
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kd
"select substr(ename,-5)as name from emp " is not right
because you will get no name if the ename is shorter than 5
letters.
right way:
select reverse (substr (reverse(ename), 1, 5))
from emp;
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the importance of batch source set up in ar? : oracle accounts receivable
statement string in open is null or 0 length ORA-40735
difference of using cursor for loop and open,fetch,close.which one is better
Hey i want to join oracle apps so will you pls tell me that which institute is best in hyderabad.
How do you use trigger to create mutating state of table
Name a tablespace automatically created when you create a database.
What is db_recovery_file_dest in oracle? When do you need to set this value?
Describe the P2P cycle ?
what are the API of GL,PO,AP
Explain about party and customer in ar : oracle accounts receivable
What Are Cross Validation & Adi?
What background process refreshes materialized views?