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 / ajit
SELECT * FROM SAMP;
A
--------
1.1.3NN
1.1.4NN
1.5.1NN
1.3.2NE
SELECT *
FROM SAMP
WHERE A LIKE '%NN';
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you assign multiple query result rows to a variable?
How to create a table interactively?
What is raw datatype in oracle?
How do we create privileges in oracle?
What is an oracle recycle bin?
What do you mean by group by clause?
Explain the use of parfile option in exp command.
What is a static data dictionary in oracle?
Differentiate between function and procedure in oracle.
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
What do you understand by a database object?
What is the disadvantage of User defind function?
how may join possible between (requisition with purchase order)
Explain an integrity constrains?
How to create a new table in your schema?