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

When do we analyze the tables?

623


what is the meant by Normalization and de-normalization?

2330


what is the use of structures?how many nodes can u create in a structure?

1849


can u anyone plz share some etl testing interview question . and share the sql queries and unix . plz help me to clear in the etl testing interview by sharing ur knowledge

1413


what are the concerns of OLTP and DSS systems?

1634






What is tracing level? How many types of transformations supported by sorted input?

643


Difference between flat files and relational sources?

1850


How many types of transformations supported by sorted input?

792


What are snapshots? What are materialized views & where do we use them? What is a materialized view log?

735


list and discuss two approaches for updation of target table in Informatica and how they are different.

1818


What is a staging area? What is the purpose of a staging area?

576


how do u identify the changed records in operational data?

2210


How many steps etl contains?

616


Assume u have a 24CPU machine with 24GB RAM, suggest how u would like to configure Informatica ,like number of concurrent sessions, RAM requirements etc,max partitions that u would permit per mapping.

1709


What is a lookup table in etl?

697