how to select alphabets in a one column , for this the
table name is PA_TASKS and column name is TASK_NUMBER, In
TASK_NUMBER the data like this
1.1.3NN,1.1.4NN,1.5.1NN,1.3.2NE,1.5NN,1NN,1.2NE,1CE , For
this i need to disply output as only NN,but not other
alphabets, if NN is thre means i should display , otherwise
leave that blank or empty Its some urgent
requirement ,thanks in advance
Answer Posted / reddibasha
SELECT CASE WHEN instr(TASK_NUMBER,'NN')>0 THEN 'NN' ELSE
null END FROM PA_TASKS;
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do I connect to oracle?
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
How can I combine multiple rows into a comma-delimited list in oracle?
what is the use of system.effective.date variable in oracle?
What is data file?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
What happens in oracle commit?
How to call a sub procedure?
How to use group functions in the select clause using oracle?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
Explain a private synonyms?
Who developed oracle & when?
What is difference between cartesian join and cross join?
How do I find my oracle client driver version?
In which language oracle has been developed?