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
How many sql commands are there?
How does sql profiler work?
What is a mutating table and a constraining table?
Can we create table inside stored procedure?
What is fmtonly in sql?
what are tables and fields? : Sql dba
what is 'mysqlimport'? : Sql dba
what is the difference between char_length and length? : Sql dba
what does the t-sql command ident_current does? : Transact sql
how to analyze tables with 'mysqlcheck'? : Sql dba
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
How can you fetch common records from two tables?
What is difference between sql function and stored procedure?
what is a join? : Sql dba
List the ways to get the count of records in a table?