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 you know by pl/sql cursors?
What are data types in pl sql?
What does <> sql mean?
What are types of indexes in sql?
What is the maximum database size for sql express?
What does a pl/sql package consist of?
How many joins in sql?
which types of join is used in sql widely? : Sql dba
What is the difference between delete and truncate commands?
what is single byte over head in oracle..?
Is progress software supports to ( pl/sql )?
what is a tablespace? : Sql dba
How do you create an update query?
What is a crud api?
What is sqlerrd?