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 NN,NN,NN,NE,NN,NN,NE,CE,
Its some urgent requirement ,thanks in advance
Answer Posted / anju hajela
select substr(task_number,-2) from pa_task;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What do we need to check in database testing?
What is out parameter used for eventhough return statement can also be used in pl/sql?
Is subquery faster than join?
What is the difference between syntax error and runtime error?
Can we use rowid as primary key?
What is sqlca in powerbuilder?
Explain the difference in execution of triggers and stored procedures?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
Define join and name different types of joins?
What is the advantage of nosql?
How to use boolean type in select statement?
what are the features and advantages of object-oriented programming? : Sql dba
What are different sql data types?
What is the difference between instead of trigger and after trigger?
How do you take the union of two tables in sql?