Write a sql to print only character form the below string.
@So&*CIE%$TE@GEN!@RAL



Write a sql to print only character form the below string. @So&*CIE%$TE@GEN!@RAL..

Answer / santosh

select regexp_replace('@So&*CIE%$TE@GEN!@RAL','[^a-zA-Z]') from dual

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How is data stored in sql?

0 Answers  


what is the difference between delete and truncate statement in sql? : Sql dba

0 Answers  


What is sql deadlock?

0 Answers  


What is an example of translating a date into julian format?

0 Answers  


How does postgresql compare to mysql?

0 Answers  






Why query optimization is needed?

0 Answers  


What is relationship? How many types of relationship are there?

0 Answers  


how to check server status with 'mysqladmin'? : Sql dba

0 Answers  


What is the need of a partition key?

0 Answers  


Define union, minus, union all, intersect ?

0 Answers  


What are all different types of collation sensitivity?

0 Answers  


How do I copy a table in sql?

0 Answers  


Categories