CAN ANY ONE SEND ME THE CODE FOR THE BELOW
1).REMOVE '_' FROM TELE PHONE "323-237-2323" AND SHOULD
DISPLAY OUT PUT AS "323237232"
2). NEED TO ONLY "COMPANY.COM" FROM EMAIL
FILED "TEST@COMPANY.COM"

Answer Posted / bilas

use TRANSLATE function

select
translate ('323-237-2323','0123456789-', '0123456789')
from table_name;

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we use external procedural logic in informatica?

584


What is Data Vault???

2398


What are the key benefits of ETL Testing?

617


What are the ETL Testing Operations?

688


Hi Guys, my requirement is to load 1 yr data from oracle to teradata database through abinitio etl graph.i need to schedule this as a monthly job.but i want to load 12 month data for the first time and from second time it should load last (recent) month data and delete 13th month data. For example For the first time it should load 201208 to 201108 data, second time it should delete 201108 month data and load 201209 month data. I developed garph to load 12 month data ,but i don't know how to handle above requirement as am new to abinitio. i greatly appreciate you help.Thank You.

1780






What are the etl testing operations includes?

648


where we cannot use sorter Transformation. if we use then we will not get correct data?

1856


What is the difference between round-robin partitioning and hash partitioning?

603


What are three tier systems in etl?

681


Can anyone explain me a scenario from banking and finance...more precisely a mapping

2117


What are the three tiers in etl?

651


Explain what are the various etl tools in the market?

580


How to delete data which is not in source table?

892


State the differences between shortcut and reusable transformation

582


Explain what is etl process? How many steps etl contains explain with example?

556