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 / samiksha

In SQl Sever the query would be:

select substring (reverse(task_number),1, 2) from task

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I learn sql in a week?

766


What is sql catalog?

777


How to prepare for oracle pl sql certification?

792


What are the types of join and explain each?

786


how to create a new table in mysql? : Sql dba

726


What does where 1 1 mean in sql?

754


How to execute a stored procedure?

765


What is clustered and nonclustered index in sql?

711


What are the ways on commenting in a pl/sql code?

688


What is a dirty read sql?

732


Can we create table inside stored procedure?

705


What is difference between db2 and sql?

727


What is pl sql block in dbms?

714


What is the difference between union and union all command?

754


Define concurrency control. : Transact sql

806