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
What are different sql data types?
how is myisam table stored? : Sql dba
What is asqueryable?
what are the advantages of sql ? : Sql dba
What is Collation Sensitivity ? What are the various type ?
What are different types of triggers?
How do you explain an index?
What is a left join?
how do you control the max size of a heap table? : Sql dba
Define commit, rollback and savepoint?
What is row_number () in sql?
Which normal form is best?
What are predefined functions in sql?
What do you understand by pl/sql cursors?
How is use pl and sql?