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 are reports usually used for?
How do you rank data in sql?
How do you break a loop in pl sql?
Why stored procedures are faster than query?
Are subqueries better than joins?
What are all the ddl commands?
What is a schema? How is it useful in sql servers?
what is the syntax for using sql_variant_property? : Transact sql
How do sql triggers work?
How does a covering index work?
How does postgresql compare to "nosql"?
What are the parts of a sql statement?
What is partition by in sql?
What is Histogram?
What are sql triggers used for?