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
Does sqlite need a server?
how to increment dates by 1 in mysql? : Sql dba
What is a unique constraint?
What is schema in sql example?
What is meant by truncate in sql?
Why should I use postgresql?
what is unique key constraint? : Sql dba
How can you load microsoft excel data into oracle? : aql loader
Is mariadb nosql?
What are the types of records?
Mention what pl/sql package consists of?
What is the clause we need to add in function body to return variable?
Which is faster joins or subqueries?
When is the update_statistics command used?
What is sp_helptext?