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 / chandu
by using sub_str fuction we can do this
select sub_str(task_number,6) from pa_tasks.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is pessimistic concurrency control? : Transact sql
How many types of literals are available in pl sql?
What is benefit of creating memory optimized table?
What is the purpose of design view?
What is cost in sql execution plan?
Is sql dba a good career? : SQL DBA
How do I run a sql script?
Why we use pl sql?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
Why procedure is used in sql?
How to handle bulk data?
Is inner join faster than left join?
what is a constraint? : Sql dba
what is view? : Sql dba
what is the difference between blob and text? : Sql dba