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
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what is dbms? : Sql dba
Does group by remove duplicates?
Can delete statement be rollbacked?
What is the current version of sql?
how to escape special characters in sql statements? : Sql dba
Can we use distinct and group by together?
what is schema? : Sql dba
Is inner join faster than left join?
how many tables will create when we create table, what are they? : Sql dba
what are the advantages of sql ? : Sql dba
What is the current version of postgresql?
define sql insert statement ? : Sql dba
How do I remove duplicates in two columns?
If a cursor is open, how can we find in a pl/sql block?