Write a query to genarate target column.Please answer me.
Advance Thanks.

Src Tgt

Q10 Quarter to 2010
Q90 Quarter to 1990
Q80 Quarter to 1980
Q74 Quarter to 1974

Answer Posted / abhiraj

with data as (select 'Q10' as src from dual)
select
'Quarter to '||to_char((to_date('01/01/'||substr(Src,2), 'dd/mm/rrrr')),'rrrr') as "Target"
from data

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of triggers exist in pl/sql?

730


What is optimistic concurrency control? : Transact sql

748


How do I install microsoft sql?

720


What is the difference between an inner join and an outer join?

722


How many sql are there?

733






How do I view a view in sql?

700


what is meant by nl2br()? : Sql dba

766


Can we use the cursor's to create the collection in PL/SQL?

703


Write the command to remove all players named sachin from the players table.

924


What are different types of functions in sql?

723


Are there any features that are decommissioned in 11g that are not present in 11g?

1826


What is cartesian join in sql?

744


Can we create table in function?

732


How to Declare Fixed Length String Value In PL SQL

848


How can use stored procedures in sql?

777